Debug output doesn't appear in debug console without "outputCapture": "std" #41600
Labels
*as-designed
Described behavior is as designed
debug
Debug viewlet, configurations, breakpoints, adapter issues
Version info:
npm install debug
)To reproduce: create a simple node app that generates debug output using the debug package, Then:
"outputCapture": "std"
. No debug output."outputCapture": "std"
. Debug output visible.It appears this issue occurs because debug defaults to sending output directly to process.stderr and the vscode debug console doesn't seem to pick it up unless
"outputCapture": "std"
is present.Is this expected behavior from vscode?
Or perhaps my launch.json is misconfigured:
The text was updated successfully, but these errors were encountered: