Enables full PHP Debugging using xdebug in Brackets.
npm install @phoenix-plugin-registry/php-debuggerPHP Debugger for Brackets
-------------------------
This is a debugger for the PHP language currently using xdebug.
##### Example of xdebug config in php.ini
```
[xdebug]
zend_extension=
xdebug.idekey=idekey
xdebug.remote_enable=true
xdebug.remote_port=9000
##### php-debugger.port
Enables you to change the default to something custom.
`json`
"php-debugger.port": 9001
##### php-debugger.idekey
Enables you to change the default idekey to something custom.
`json`
"php-debugger.idekey": "xdebug"
##### php-debugger.debug
Enables you go get more verbose debugging output.
`json``
"php-debugger.debug": true
!active
Active debugging session showing local variables and some code evaluation