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
"before" is printed to the console then the debugger stops at line 5.
Actual Behavior
"before" is printed to the console then the program hangs up. VS remains responsive.
If I choose Debug > Break all then Debug > Continue,
the program runs and terminates without ever stopping at the breakpoint.
NTVS Version: 1.2.40627.01
Visual Studio Version: VS 2015 Community U3
Node.js Version: v4.4.7-x64, v6.2.2-x64
The text was updated successfully, but these errors were encountered:
I was able to reproduce the same effect using the built-in command line debugger of node.js, so this seems to be unrelated from Node.js tools.
I have reported the bug to the node.js developers.
A possible workaround is to extract the function reference into a variable and call the function via that variable.
Steps to Reproduce
Expected Behavior
"before" is printed to the console then the debugger stops at line 5.
Actual Behavior
"before" is printed to the console then the program hangs up. VS remains responsive.
If I choose Debug > Break all then Debug > Continue,
the program runs and terminates without ever stopping at the breakpoint.
The text was updated successfully, but these errors were encountered: