You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to switch off the automatic breakpoint that happens when the target board is reset?
My system has two processors so I use two debug probes and two instances of VSCode. When one of the processors is restarted, it makes the other processor restart (by design) to ensure they are in sync. However, that causes the second processor to hit the automatic breakpoint and stop running, so I have to switch instances to continue.