Skip to content

Debugging Improvement #77

@bbchristians

Description

@bbchristians

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions