Determine if in break mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to determine when your code is about to enter break mode
(via a breakpoint) or that the code is currently in break mode?

Thanks,
Lance
 
Lance.

For that I set breakpoint somewhere before it. What is a breakmode by the
way, I know that there is a break and I can contiunue step by step using the
F11 key, with what I can start as well doing everything step by step.

Cor

Is there any way to determine when your code is about to enter break mode
 
Back
Top