-
Notifications
You must be signed in to change notification settings - Fork 34
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
Breakpoints disappear after alt-tab #29
Comments
It looks like if the breakpoints fail to sync it removes them all, I'll fix this. Although if you had the debugger open it shouldn't have failed. |
Fixed 10x (0.21.7.0)
although it sounds like you might have a separate problem where it's failing to get the breakpoints from the debugger |
I'm using my own RemedyBG debugger implementation through python. It doesn't get a list of breakpoints from the debugger. |
ah yes, forgot about remedybg. Be nice if we could get a list of breakpoints back from remedybg. |
Place a breakpoint in a file.
Alt-tab out and then in again to 10x.
The breakpoint gets removed, it also calls the BreakpointRemoved python callback, so it gets removed from the debugger too.
The text was updated successfully, but these errors were encountered: