Cannot Expand Thrown Errors in Node Debug Console #19333
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
Testing #15796
throw {x: 2}
in the debug consoleExpected
When running
console.error({x: 2})
, an expandable object is printedActual
Only prints the error text in this case
The text was updated successfully, but these errors were encountered: