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

Running/debugging does not work with x64 version of io.js (but does with x86) #245

Closed
alejandro5042 opened this issue Jul 2, 2015 · 5 comments · Fixed by #406
Closed

Comments

@alejandro5042
Copy link

I spent a few hours trying to figure out why debugging doesn't work with io.js despite the wiki documentation saying that it should. Turns out you can't use the x64 version. It might launch the first time and run. But you'll never hit a breakpoint or anything. The x86 version works just as you would imagine.

Is this a bug? Expected behavior? Should we update the documentation?

Using:

Thank you for this awesome tool!

@alejandro5042 alejandro5042 changed the title Running/debugging does not work with x86 version of io.js (but does with x86) Running/debugging does not work with x64 version of io.js (but does with x86) Jul 2, 2015
@mousetraps
Copy link
Contributor

Definitely a bug, not expected behavior. We should make a note of it in the docs until it's fixed, though.

@mousetraps mousetraps modified the milestone: July Jul 4, 2015
@mousetraps
Copy link
Contributor

@alejandro5042 just noticed you're using 1.1 Beta - Have you tried one of our latest dev builds? https://github.com/Microsoft/nodejstools/releases

@alejandro5042
Copy link
Author

Unfortunately, I can still reproduce the issue with the 7-15-2015 dev build. When I hit run, my app immediately launches and is up and running before Visual Studio catches up several seconds later and switches to debug mode (with all the tool windows).

@mousetraps
Copy link
Contributor

Hey, we just added a live diagnostics feature to help us get to the bottom of issues like this that are difficult for us to repro - mind trying it out? More details here: #246 (comment)

@billti billti self-assigned this Aug 21, 2015
@billti
Copy link
Member

billti commented Aug 31, 2015

I just verified this with the latest bits from io.js and NTVS. Taking a look...

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

Successfully merging a pull request may close this issue.

3 participants