[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: problems with breakpoints in xdebug in PDT2

Hi Tom, could you generate an xdebug log and attach it here so I can see what xdebug is doing ? would be good if you could recreate the problem first, then repeat it with stepping into the file and pressing continue as described. To generate a log you need to add
xdebug.remote_log="c:\xdebug_exe.log"
(or select a filename appropriate for your system)
to your php.ini file


Also what version of php and xdebug are you using ?

Regards
Dave

Tom Walter wrote:
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.