b-em icon indicating copy to clipboard operation
b-em copied to clipboard

Disable auto-pause when the debugger is active?

Open ZornsLemma opened this issue 1 year ago • 1 comments

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?

ZornsLemma avatar Jul 21 '23 00:07 ZornsLemma

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.

SteveFosdick avatar Jul 22 '23 18:07 SteveFosdick