News Feed
Jobs Feed
Sections




News Archive
Box.net:
How to Debug PHP with Vim and XDebug on Linux
November 07, 2007 @ 12:17:00

Curt Zirzow has pointed out a cool article on the Box.net website about debugging your PHP applications with a combination of Vim and XDebug (on linux).

Here's how it works. You're coding away in vim. You hit F5; Vim waits for a connection from the PHP server. You refresh the PHP page you're working on. It attempts to contact Vim - connection successful. You are launched into a debugging session right inside Vim. You can step into, over, and out of statements, eval statements, get all variables in context, get and set properties, remove and set breakpoints, all on the fly. Finally, some real programming tools.

Included are the steps to set up the vim environment , set up the client debugger (DGBp) and link it all to the XDebug functionality on your remote machine.

0 comments voice your opinion now!
vim xdebug debugging linux dgbp client server vim xdebug debugging linux dgbp client server


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Tracing PHP Applications with xdebug

HowToForge.com: Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.04

Zend Developer Zone: PHP Security Tip #19 (Securing Your Connection)

Chris Jones' Blog: More on PHP and Oracle 11gR2 Improvements to Client Result Caching

Cal Evans' Blog: Six ways to be a better client for your developer - Point 7 (bonus!)


Community Events











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


podcast object functional development example testing unittest interview introduction code series framework language community application tool opinion zendframework2 phpunit release

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