Sometimes when i choose to debug a project (debug -> Start Debugging or pressing F5), i will se "Debugger listening on port 5858" in the console window, but the program will not actually run. If i add a breakpoint to first line in the code, throw an exception on the first line or whatever, it will never get so far, no code is executed. If i stop and start the program multiple times it will eventually run, but this is a rather annoying process. I have nodejs v0.12.7. Tried visual studio 2013 and visual studio 2015. Upgraded from windows 8.1 to 10 and it is the same on both platforms.

Sometimes when i choose to debug a project (debug -> Start Debugging or pressing F5), i will se "Debugger listening on port 5858" in the console window, but the program will not actually run. If i add a breakpoint to first line in the code, throw an exception on the first line or whatever, it will never get so far, no code is executed. If i stop and start the program multiple times it will eventually run, but this is a rather annoying process. I have nodejs v0.12.7. Tried visual studio 2013 and visual studio 2015. Upgraded from windows 8.1 to 10 and it is the same on both platforms.
