hello,
When you use breakpoints in debug mode, how long does the activity pause? or does it stop completely?
thanks
hello,
When you use breakpoints in debug mode, how long does the activity pause? or does it stop completely?
thanks
Hi @Asha_Desai,
Considering a normal breakpoint, It pauses completely when it is reached.
It’s possible to use breakpoint, conditional breakpoint, tracepoint and conditional tracepoint. If you want to know more about them, check here: The Breakpoints Panel
Also, find more details about debugging here: