I use vim
with debugger
and xdebug
to walk trough PHP applications.
In firefox (or any other browser), I then need to open up the page, call a URL with XDEBUG_SESSION_START=1
appended to it, in order to tell the xdebug
PHP-plugin to start the debug-server.
This works fine, but can it be made simpler?
Is there some plugin for firefox that allows me add this session automatically? Some xdebug
setting that allows me to circumvent this alltogether? Or some vim-addon, script or trick that allows me to call firefox with that parameter added automatically?
Update: For Xdebug 3+: As of Xdebug 3, it is possible to disable the Xdebug completely by setting the option xdebug. mode to off , or by setting the environment variable XDEBUG_MODE=off . It is very easy to disable Xdebug just for composer, by aliasing composer . You can add the alias to your $HOME/.
Take a look to the firefox extensions page.
Some time ago I used vimxdebug. It did the job fine, but it's no supported in firefox 8.0. There's also other extension, easy Xdebug, but I didn't try it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With