debugger
debugger copied to clipboard
Support seperating stdout/stderr
Currently, there is one one StdoutMessageEventType, and there is no way to distinguish stdout/stderr
For some reason, lldb (or just the way we're using lldb) is putting stderr data into the stdout stream (lldb::SBProcess::eBroadcastBitSTDOUT is set for output to stderr events)