News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
Debugging two PHP projects in Netbeans at the same time
August 19, 2011 @ 08:26:40

Robert Basic has posted a quick hint for Netbeans users on how they can debug two (interlinked) projects at the same time in the same debugger instance.

I'm currently working on some Symfony2 bundles and I have one Netbeans project for the main Symfony2 app and one project for the bundle. [...] The debugger starts for the "main" project, which is the Symfony2 app, but setting breakpoints with Netbeans (y'know, by clicking the line number) for the bundle doesn't really work, as those are in the other project and not in the debugged one, rendering the whole debugging useless.

The fix is pretty simple, if a bit manual - simply place xdebug_break calls in your code anywhere to tell the debugger to stop there. It's not as friendly and automatic as just clicking in the IDE, but it gets the job done. For more information on Xdebug, see their site.

0 comments voice your opinion now!
debug project netbeans xdebug tutorial xdebugbreak


blog comments powered by Disqus

Similar Posts

David Coallier's Blog: The PHP Project moving forward

DevShed: Performing Basic Tasks with MySQL 4.1 and Above, using mysqli with PHP 5

Evert Pot's Blog: Creating a Gopher server with PHP and InetD

Brian Swan's Blog: How to Run PHP in Windows Azure

Developer Tutorials Blog: Iterating PHP objects, and readable code too!


Community Events









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


unittest api phpunit development release interview framework composer database introduction podcast code testing object example language opinion zendframework2 tool community

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