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
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)
Currently, there is one one
StdoutMessageEventType
, and there is no way to distinguish stdout/stderrThe text was updated successfully, but these errors were encountered: