[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: XDebug JIT Breaking on first line of code

Can you check that you are using the remote session initiation debug session ? This will display as <unknown> at the top of the tree in the Debug view. If you are and break on first line is still occuring and you have checked that that the check box in preferences is definitely not checked then all I can think is that you do have a breakpoint defined for that file on the first line. You can check this by selecting the "Breakpoints" tab in the "PHP Debug view" to see what breakpoints have been defined. There is a known issue with Remote Session Initiation in the fact that you set the breakpoints in your file but when you start debugging and stepping through the file PDT will bring up a copy of the file you are debugging and you don't see the breakpoints you have defined in this file (they will be shown on the original file where you placed them).

Dave Kelsey

Matthew Young wrote:
On Thu, 08 Jan 2009 20:08:11 +0000, Dave Kelsey <dkel50@xxxxxxxxxxx>
wrote:

Hi Shawn, try going to Window-->Preferences, expand PHP and select debug. Uncheck the box "Break at First Line" and see if that solves your problem.

I tried that and it didn't change it: still break at the first line.