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
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?
Visual Studio 2013 Ultimate - Update 4 (non-elevated)
Thank you for this awesome tool!
The text was updated successfully, but these errors were encountered:
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
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).
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)
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!
The text was updated successfully, but these errors were encountered: