Stop debugger on current line of code being executed

后端 未结 1 409
时光取名叫无心
时光取名叫无心 2021-01-02 01:32

So here I am trying to debug this issue where the program takes forever to run and I can\'t figure out where to put the breakpoint in code because there are 1 million events

相关标签:
1条回答
  • 2021-01-02 02:01

    Yes, hit the Pause button on the toolbar and it will break at the current line.

    Another option if the Pause button is not visible is to go to Debug -> Break All.

    0 讨论(0)
提交回复
热议问题