NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
invoke debugger only at breakpoint, not at first line


Joined: 28 Jun 2006
Posts: 92
Reply with quote
How can I invoke the debugger as "run to cursor" to stop only at the first breakpoint and not at the very first line of the first script called when invoking debugger?

My scenarios is thus:
I'm not interested in:
- primary script outputs three img tags

I am interested in:
- each img tag src attribute forces the browser to make another server request (three times total) to a php script which is failing and requires debugging.

I want to debug the img-called scripts and not the first. However, because the debugger is already open, those subsequent "parallel" server requests don't get a chance to be debugged. If I knew how to debug only at breakpoints, I think this would be possible...

thanks
View user's profileFind all posts by bcswebstudioSend private message
Check the manual.


Joined: 28 Jun 2006
Posts: 92
Reply with quote
Ah! I found it. I'll save Dmitri a response:
Quote:
* It's all in the manual. Good place to begin because PHPEd is well-documented IDE. Smile


But seriously, the solution as quoted from the manual:
Quote:
Check the box Stop on the first line after run if you want your script to be stopped on the first line after you press RUN button in debugger.


* Disclaimer: The above was not an actual quote of Dmitri. He provides great support, I am just teasing his style.
View user's profileFind all posts by bcswebstudioSend private message
invoke debugger only at breakpoint, not at first line
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic