debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Support seperating stdout/stderr

Open xusheng6 opened this issue 1 year ago • 1 comments

Currently, there is one one StdoutMessageEventType, and there is no way to distinguish stdout/stderr

xusheng6 avatar Dec 16 '24 07:12 xusheng6

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)

negasora avatar Jan 16 '25 16:01 negasora