Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with debugging #199

Closed
megadrojatel opened this issue Jun 10, 2015 · 7 comments
Closed

issue with debugging #199

megadrojatel opened this issue Jun 10, 2015 · 7 comments

Comments

@megadrojatel
Copy link

From time to time, when i start debug my application, after pressing on F5 or Start Debugging, the debug started and seems that the program running, but it not running (i have some console.log() prints lines in a code, nothing printing in cmd) and not stopping on breakpoints at all.
After restarting of visual studio, its run and debugging work perfectly

My machine is:
win8.1 64bit
vs2013 premium Update 4

Best Regard
Denis

@mousetraps
Copy link
Contributor

Did you try the latest Dev build? https://github.com/Microsoft/nodejstools/releases

Fixes a race condition in debugging that caused similar symptoms

@AcousticGuitar
Copy link

I too have had this issue, it's almost as if Node itself doesn't "kick-in" as it's very early in the debugging loading or scheduling of the run... Sometimes rebooting VS works, but other times after a full day of debugging i have to reboot computer to regain control over NODE

@mousetraps
Copy link
Contributor

Have you tried the latest Dev build I linked to above?

@megadrojatel
Copy link
Author

Has not tried yet, I have to finish my project.
I will try in a week and a half.
Tnx

@pke
Copy link

pke commented Jun 24, 2015

Is there a dev build available for VS 2013 too? Not all companies run their development on Beta IDEs

@mousetraps
Copy link
Contributor

@pke yes, see the downloads in the link above. We currently have Dev builds available for 2012, 2013, and 2015.

@mousetraps
Copy link
Contributor

Closing this issue as a duplicate. Please post at #246 if you're still running into issues with the latest builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants