Detaching from a Flutter process should remove breakpoints and resume #3921
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
is bug
is enhancement
Milestone
If you attach to a Flutter process and set breakpoints, then detach, the process is currently left pause and/or triggering those breakpoints. Like with Dart, we should remove these, disable break-on-exceptions, etc. during a detach.
The text was updated successfully, but these errors were encountered: