Ever since getting PDT 2, I've had strange issues with breakpoints in
xdebug.
Breakpoints set in very high level files are recognised, but those that
are in files that are a long way down the call hierarchy seem to be missed.
If I 'step into' all the way to a deep file that contains a breakpoint,
and then click 'continue' the breakpoints seem to be recognised there.
I am using an autoloader, could that effect xdebug's ability to
correctly locate a file? It seems odd, since if I step into the calls I
get to the files with the breakpoints fine.