Using Visual studio I can debug my module in against node but the electron environment does not seem to allow this. I can see that my module has loaded with the matching symbols. My break points become active but it will not break when the my test method is called. If i set an "int 3" (debug break assembler instruction) it just crashes electron. Anything I am missing here?
Asked
Active
Viewed 466 times
2
-
This must be posdible. anyone doing this? – Justin Oct 28 '15 at 02:43
-
Hey Justin, I am having the same issue. Did you have any luck solving this? – Chadley08 Apr 30 '16 at 20:59
-
No sorry I have moved on. Maybe it's worth asking someone on the vscode gitter chanel what their work flow is. They use electron – Justin May 01 '16 at 23:29