How should be system configured for use breakpoints of xdebug for phpunit(3.5) tests on netbeans 6.9 (ubuntu 10.04).
Example1 (breakpoint inside Test file): in ExampleTest.php I want to put breakpoint in line 30, when test will run he will stop in line 30 and will able to see variables values etc..
Example2 (breakpoint inside source file): in Example.php I want to put breakpoint in line 60, when test will run he will stop in line 30 and will able to see variables values etc..
Thanks, Yosef