is it possible to debug with Netbeans xdebug between 2 separate projects?
One project is main code, second one is a library. I can successfully debug the main code, but the library does not work for me, the Netbeans debugger simply skips the breakpoints.
I use Netbeans 7.2 and XDebug 2.2.1.
I tried to create a symlink reference between projects as described here (http://stackoverflow.com/questions/5746952/xdebug-across-projects-in-netbeans), but this did not solve the problem.
I also tried to link the 'lib' project as a 'library', but this also did not fix the problem.
Any ideas?