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

Debugging Improvement #77

Open
bbchristians opened this issue Nov 30, 2018 · 0 comments
Open

Debugging Improvement #77

bbchristians opened this issue Nov 30, 2018 · 0 comments
Labels
actionable Someone can do this

Comments

@bbchristians
Copy link
Collaborator

Debugger attaches to a process, we're using two of those. This means that we need to call Debug.waitForDebugger() and then manually attach to the new process every time we want to debug an automatically executing event.

We need to call the waitForDebugger() function automatically when the first process has a debugger attached, but not when it doesn't. This is for QOL

@bbchristians bbchristians added the actionable Someone can do this label Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actionable Someone can do this
Projects
None yet
Development

No branches or pull requests

1 participant