开发者

How to prevent debugger from repeating in Netbeans

开发者 https://www.devze.com 2023-02-20 22:47 出处:网络
I just got xDebug working with Netbeans and I\'ve noticed that it repeats through the same file over and o开发者_运维知识库ver.

I just got xDebug working with Netbeans and I've noticed that it repeats through the same file over and o开发者_运维知识库ver.

For example if I am debugging a page called index.php it will go through it and then start all over again. The page is never loaded up in the browser...

How can I stop that from happening?


  1. Set your break where do you want to start inspect (CTRL+F8 or double click in the line you want to break). a icon break will appear.
  2. Do your debug (CTRL+F5).
  3. In Debug Mode click continue (F5), it will stop at the line you break (point 1)
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号