You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: