I have a created an empty kraken.js app by following the getting started instructions, this app I can run my issuing the "npm start" command
I then create a node project in vs 2013 using the "from existing node,js code" template and add my newly created kraken app folder
The code is imported ok but whne I try and run the app (index.js is set as start up) the debug cmd window is launched but then vs crashes leaving the node process running
Vs briefly shows the q.js file before crashing and restarting
the cmd window reports error 10054 after starting the debug listener
the full output of the cmd window is
debugger listening on port 5858
Error 10054
Multipart body parsing will be disabled by default in future versions. To enable
, use `middleware:multipart` configuration.
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Listening on 18128
I have the following versions installed
node 0.10.22
npm 1.3.14
ntvs 1.0.11119.03
How do I debug this issue - is there some logging in vs I can turn on to find out whats causing it crash vs 2013?
Comments: The same issue was reproduced in vs2013, vs2012 works good. when i studted debuging 2nd vs2013, have got the exception: An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll Additional information: Illegal characters in path. It's not very clear how to debug NTVS source by instruction above, if you have the time we can meet up call and solve it by skype.
I then create a node project in vs 2013 using the "from existing node,js code" template and add my newly created kraken app folder
The code is imported ok but whne I try and run the app (index.js is set as start up) the debug cmd window is launched but then vs crashes leaving the node process running
Vs briefly shows the q.js file before crashing and restarting
the cmd window reports error 10054 after starting the debug listener
the full output of the cmd window is
debugger listening on port 5858
Error 10054
Multipart body parsing will be disabled by default in future versions. To enable
, use `middleware:multipart` configuration.
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Listening on 18128
I have the following versions installed
node 0.10.22
npm 1.3.14
ntvs 1.0.11119.03
How do I debug this issue - is there some logging in vs I can turn on to find out whats causing it crash vs 2013?
Comments: The same issue was reproduced in vs2013, vs2012 works good. when i studted debuging 2nd vs2013, have got the exception: An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll Additional information: Illegal characters in path. It's not very clear how to debug NTVS source by instruction above, if you have the time we can meet up call and solve it by skype.