logs not showing up in vscode debugger code example
Example: logs not showing up in vscode debugger
When using a logger that outputs to
process.stdout.write
you can use
"outputCapture": "std" in the launch config to also capture that.
When using a logger that outputs to
process.stdout.write
you can use
"outputCapture": "std" in the launch config to also capture that.