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

Disable auto-pause when the debugger is active? #207

Open
ZornsLemma opened this issue Jul 21, 2023 · 1 comment
Open

Disable auto-pause when the debugger is active? #207

ZornsLemma opened this issue Jul 21, 2023 · 1 comment

Comments

@ZornsLemma
Copy link
Contributor

I like the auto-pause option, but it doesn't seem to mix well with the debugger, as the terminal with the b-em debugger in usually has the focus instead of the main b-em window and I have to go and explicitly give the b-em window the focus so the code can run.

I think it would make more sense to ignore the auto-pause option when the debugger is in use. Maybe this isn't as good an idea as it sounds, but I can't see any obvious downsides. What do you think?

@SteveFosdick
Copy link
Collaborator

That's a good point. I will try it out with having the debugger enabled override auto-pause and see. I did wonder about only when stopped but I don't think that would work - the issue is that after having set a breakpoint and told it to continue to the break-point, we don't necessarily switch back to the b-em window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants