Skip to content

Detaching from a Flutter process should remove breakpoints and resume #3921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DanTup opened this issue Apr 11, 2022 · 1 comment
Closed
Labels
in debugger Relates to the debug adapter or process of launching a debug session is bug is enhancement
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Apr 11, 2022

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.

@DanTup DanTup added is bug is enhancement in debugger Relates to the debug adapter or process of launching a debug session labels Apr 11, 2022
@DanTup DanTup added this to the v3.40.0 milestone Apr 11, 2022
@DanTup
Copy link
Member Author

DanTup commented Apr 11, 2022

For simplicity, fixing this only in the SDK DAP: flutter/flutter#101695

@DanTup DanTup closed this as completed Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session is bug is enhancement
Projects
None yet
Development

No branches or pull requests

1 participant