I use vim with debugger and xdebug to walk through PHP applications.
In firefox (or any other browser) I need to open the page, call the URL with XDEBUG_SESSION_START=1 added to it to tell the xdebug PHP plugin to start the debug server.
This works great, but could it be easier?
Is there any plugin for firefox that allows me to automatically add this session? Some xdebug installation that allows me to get around this all together? Or some vim-addon, script or trick that allows me to automatically call firefox with this parameter?
vim php xdebug
berkes
source share