Re: [symfony-users] [sf2] Debuging applications with netbeans

2011-06-01 Thread Diego Henrique Oliveira
Thanks for the answer, but my problem it's not debug. :) My problem is: how i can integrate the phpunit into netbeans in a sf2 project? I wrote everything wrong in the first mail (i'm dumb - LOL). Diego On Wed, Jun 1, 2011 at 7:29 PM, Benoit Montuelle wrote: > Hi, > Netbeans can launch xde

Re: [symfony-users] [sf2] Debuging applications with netbeans

2011-06-01 Thread Benoit Montuelle
Hi, Netbeans can launch xdebug for any php application. You have to configure your project url and start page to launche xdebug process. The watches does not work and make xdebug crash, but all variables view, call stack, step by step execution and breakpoints work juste fine. A good start point