Skip to content
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

Closed
Muzza opened this issue Jan 27, 2021 · 4 comments
Closed

Breakpoints disappear after alt-tab #29

Muzza opened this issue Jan 27, 2021 · 4 comments

Comments

@Muzza
Copy link

Muzza commented Jan 27, 2021

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.

@slynch8
Copy link
Owner

slynch8 commented Jan 27, 2021

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.

@slynch8
Copy link
Owner

slynch8 commented Jan 27, 2021

Fixed

10x (0.21.7.0)

  • stopped it removing all breakpoints when regaining focus if it fails to get the list of breakpoints from the debugger

although it sounds like you might have a separate problem where it's failing to get the breakpoints from the debugger

@Muzza
Copy link
Author

Muzza commented Jan 27, 2021

I'm using my own RemedyBG debugger implementation through python. It doesn't get a list of breakpoints from the debugger.

@slynch8
Copy link
Owner

slynch8 commented Jan 27, 2021

ah yes, forgot about remedybg. Be nice if we could get a list of breakpoints back from remedybg.

@slynch8 slynch8 closed this as completed Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants