News Feed
Jobs Feed
Sections




News Archive
feed this:

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



Community Events











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


phpunit interview database podcast framework development release testing google community usergroup series functional introduction conference rest opinion symfony2 language zendframework2

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