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
Debugging a Node program that uses util.inspect hangs the underlying node process.
I stumbled across this while working on an app that depends on the Azure Storage SDK for Node (it uses util.inspect). I don't have a workaround for debugging right now, but the app works fine when running directly from the command line.
weinand
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
and removed
bug
Issue identified by VS Code Team member as probable bug
labels
Feb 8, 2016
@benquarmby I could reproduce the same behaviour with node-inspector, so this is not a VS Code problem but a node problem, most likely a duplicate of nodejs/node#4917.
Debugging a Node program that uses util.inspect hangs the underlying node process.
I stumbled across this while working on an app that depends on the Azure Storage SDK for Node (it uses util.inspect). I don't have a workaround for debugging right now, but the app works fine when running directly from the command line.
I've created a repro of the problem here:
https://gist.github.com/benquarmby/36f6c00947ad04509212
Steps:
Environment:
The text was updated successfully, but these errors were encountered: