NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debugger, how to continue?


Joined: 18 Oct 2010
Posts: 14
Reply with quote
Hi,

this may be a stupid beginner question, but I can not find the option to continue after a breakpoint. I can step into, over, run to cursor etc. But how to simply continue the program flow? I need to stop debugging or keep pressing F7 to finish (what is slow). Is there a hidden option to simply continue the flow? Some hotkey?

Best,

Kukulkan
View user's profileFind all posts by KukulkanSend private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
Just press F9 (Run in Debugger) to keep going. It will continue an existing session or start a new session if there isn't one.

If you are new to PhpED, also watch out for multiple sessions. Some web pages can load things in the background (AJAX, images, etc.) and if you have Break on start enabled, you will get additional sessions starting up in the background. It can get quite confusing.

In Settings > Run & Debug > Settings you can untick Break on start, which I personally find better.
View user's profileFind all posts by plugnplaySend private message


Joined: 18 Oct 2010
Posts: 14
Reply with quote
Hi,

thanks for the F9 tipp! It works. Very Happy

Break on start has been one of the first options I turned off after testing the debugger. But still a good thing.
Maybe turning off by default would be better?

Best,

Kukulkan
View user's profileFind all posts by KukulkanSend private message
Debugger, how to continue?
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