Skip to content

hon84.work

An coding monkey who reject all your request

Tag: xdebug

[PHP] xdebug

Some notes for install XDebug for php

Installation

sudo apt install php-xdebug

Configuration

/etc/php/7.2/mods-available/xdebug.ini

[XDebug]
xdebug.remote_enable = 1
xdebug.remote_autostart=on
xdebug.remote_connect_back=1
Author honPosted on July 31, 2019August 17, 2019Categories configs, phpTags php, xdebugLeave a comment on [PHP] xdebug

Recent Posts

  • Regexp for re-phasing input name from dot notation
  • Supervisor config for laravel queue
  • [PHP] Configuration for file upload
  • [PHP] xdebug
  • vscode configurations

Categories

  • configs
  • JavaScript
  • MySQL
  • nginx
  • php
  • snippets
  • Uncategorized

Archives

  • November 2023
  • September 2019
  • August 2019
  • July 2019

Tags

  • Bootstrap
  • git
  • html input
  • JavaScript
  • larave
  • laravel
  • Modal
  • mysql
  • NGINX
  • php
  • regexp
  • shell
  • sql
  • supervisord
  • timezone
  • upload
  • utils
  • vscode
  • xdebug
hon84.work Proudly powered by WordPress