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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Put a breakpoint on first line
Start debugging
When it breaks, Debug/Detach All
Result: application stops
Expected: application should continue running
The text was updated successfully, but these errors were encountered:
Oh, I think I confused it with Stop Debugging button (which maps to Detach in attach scenarios, and to stop in F5).
The tricky part will be distinguishing between the two on the protocol level - I'm not entirely sure we can do so reliably, so it might need some adaptor work too.
From Visual Studio
Put a breakpoint on first line
Start debugging
When it breaks, Debug/Detach All
Result: application stops
Expected: application should continue running
The text was updated successfully, but these errors were encountered: