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
The SpawnDebugger implementation for MacOS and Linux does a fork/exec but simply inherits
the parent file descriptors, as a result the debugger stdout/stderr will just go to the current process
output descriptors. When you turn on tracing in the debugger, the spawning process will then display
raw XML trace messages.
The text was updated successfully, but these errors were encountered:
The SpawnDebugger implementation for MacOS and Linux does a fork/exec but simply inherits
the parent file descriptors, as a result the debugger stdout/stderr will just go to the current process
output descriptors. When you turn on tracing in the debugger, the spawning process will then display
raw XML trace messages.
The text was updated successfully, but these errors were encountered: