Adding or changing breakpoints while a process is running

Hi,

Something I learnt, so I thought I’d share.

This may have been obvious to most people but I only realised recently that breakpoints can be added while a process is running in debug mode in Arc. I knew I could add / change break points while the process was paused, but I didn’t realise I could do that while the process was running. This includes adding / removing breakpoints as well as enabling / disabling the breakpoints or adding /changing the conditions (expressions) of the breakpoints. You can effectively pause a process at any time.

This may have been shared before or just obvious to others, but as I thought I’d share it as I came across this by chance.

4 Likes