Commented Unassigned: 3 Issues with Node.js tools for visual studio 2013, 1.0...
I've just started playing around with your addin. I've found 3 issues so far:1) Whenever I load my solution with a .njsproj, this message appears in the output window: Show output from: JavaScript...
View ArticleCommented Unassigned: 3 Issues with Node.js tools for visual studio 2013, 1.0...
I've just started playing around with your addin. I've found 3 issues so far:1) Whenever I load my solution with a .njsproj, this message appears in the output window: Show output from: JavaScript...
View ArticleCommented Unassigned: doskey crash [901]
Whenever I try to use Node.js Tools I get a crash on doskey.exe. This happens when I create or open a Node project and when I open the npm tools. I did not try any other node tools features.When I...
View ArticleNew Comment on "AdvancedDebugging"
If you're getting this error when trying to attach to an Azure web site, then this is by design. It's exactly as the error message says - Azure remote debugging is only supported when VS is running on...
View ArticleEdited Issue: Navigating npm interface using keystrokes to install a package...
Expected: input box -> list in one keystroke (arrow key down or tab), tab to get to install box and enter (or some other variant)Actual: input box -> list in four keystrokes (four tabs), 7 tabs...
View ArticleCreated Issue: Debug assertion on hover over http.createServer.listen [1050]
Create a new Blank Node.js Application - server.js then looks like so:```var http = require('http');var port = process.env.port || 1337;http.createServer(function (req, res) { res.writeHead(200, {...
View ArticleCreated Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.
View ArticleEdited Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.
View ArticleCommented Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.Comments: Can...
View ArticleCommented Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.Comments:...
View ArticleCommented Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.Comments: and...
View ArticleEdited Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.
View ArticleCommented Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.Comments: and...
View ArticleCommented Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.Comments: have...
View ArticleCommented Unassigned: VS 2013 Premium No node.js Debugging in Debug [1051]
I installed NTVS Dev 2014-05-14 VS 2013 for my vs 2013 premium, there has node.js tools in Tools, but no node.js Debugging in Debug, i cannot debug.And my vs 2012 premium is working fine.Comments: The...
View ArticleCreated Unassigned: Visual Studio Crashes everytime I try to run a Basic...
1. Project -> New -> Basic Windows Azure Express Application2. Waiting for node components to get loaded3. Click on Internet Explorer run icon (aka run with debugging)Result - node.js runs, IE...
View ArticleCommented Unassigned: Visual Studio Crashes everytime I try to run a Basic...
1. Project -> New -> Basic Windows Azure Express Application2. Waiting for node components to get loaded3. Click on Internet Explorer run icon (aka run with debugging)Result - node.js runs, IE...
View ArticleNew Post: Analysing an existing v8.log
Hi just checked out your profiler , really neat stuff. My question is . Can I use your profiler just to analysis and existing v8.log file. For different reasons , I prefer to run my application...
View ArticleReviewed: 1.0 Beta (Jun 16, 2014)
Rated 3 Stars (out of 5) - Very nice release, I used it all weekend. although it crashes a lot while debugging. I had numerous times it restarted itself. Still better than what I was using. just wish...
View Article