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
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
The text was updated successfully, but these errors were encountered:
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 QOLThe text was updated successfully, but these errors were encountered: