News Feed
Jobs Feed
Sections




News Archive
Pierre-Alain Joye's Blog:
Debugging symfony (or any php script) with vim and Xdebug
January 25, 2008 @ 12:12:00

Pierre-Alain Joye has posted an example of one way to use the XDebug software - to debug the symfony framework or any other script (with the help of vim).

Xdebug is one of the best debugger and profiler for php (maybe the only good one in open source :). The only problem is its lack of dedicated client. The only problem is its lack of dedicated client, however there is many plugins for many IDE or editors like Eclipse PDT or weaverslave and even for my favourite editor, Vim.

He quickyl runs through the installation of XDebug in your installation and the script needed to set up the debugging in vim. All that's left is to add the "XDEBUG_SESSION_START=1" flag to the end of your script name and letting the information flow in.

0 comments voice your opinion now!
vim xdebug symfony debug script output xdebugsessionstart


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Debugging PHP applications with xdebug

Symfony Blog: Symfony 2 Migration to Git

Tobias Schlitt's Blog: My first patch to PHP

Derick Rethans' Blog: The first Release Candidate of Xdebug 2

Think Vitamin Blog: How to Debug in PHP


Community Events











Don't see your event here?
Let us know!


podcast zendframework2 api composer example code series development community functional language application database release introduction interview framework testing phpunit opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework