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

Debugger proceed of attached process waits forever for process to terminate #109

Open
martinmcclure opened this issue Mar 2, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@martinmcclure
Copy link
Member

Clicking on "proceed" in a debugger waits for the process to either terminate or re-enter the debugger. This is appropriate for a process directly launched by an evaluator, but not for other processes.
For any other process under debug, the debugger should wait a few hundred milliseconds in case the process terminates or wants to re-enter the debugger. After that time has elapsed, the debugger should close, and if the process wants to be debugged after that a new debugger window will open.

@martinmcclure martinmcclure added the bug Something isn't working label Mar 2, 2022
@martinmcclure martinmcclure self-assigned this Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant