Posts tagged with “xdebug”

Vdebug: a DBGP debugger client for Vim supporting PHP, Python, Perl and Ruby

To download Vdebug, go to https://github.com/joonty/vdebug

Read more →

Set up Xdebug with Netbeans and LAMP (and CakePHP)

If you’re a regular user of Netbeans IDE then, like me, you might sometimes get the feeling that you’re not using it to its full potential. Take debugging for instance: did you know that you can use Netbeans to debug a web application by pausing at particular lines of code, and get a list of all the variables in the current scope? It takes a bit of setting up, but you can do it - here’s how.

Read more →