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?

有帮助吗?

解决方案

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.

其他提示

there is a list of extensions to use for different browsers at http://xdebug.org/docs/remote#browser-extensions

It doesn't matter for which IDE they are, as they should work for all.

cheers, Derick

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top