Source code checked in, #8878a4681a63d29623b2020ea45e8191184ed9e6
#781 - Missing node message
View ArticleSource code checked in, #50b2236ca17a673cac7e05d6fc238b5dc23ae09c
#1009 Support debugger data tips Port ReverseExpressionParser-driven data tip implementation from PTVS. Avoid accidental evaluation of expressions containing side effects (i.e function calls). Unit...
View ArticleSource code checked in, #a5f109f9c69502f0a78611f786ebbae4d5cbbc5f
Harden debugger in the face of unexpected or corrupted JSON responses from the debuggee.
View ArticleSource code checked in, #6d619f84c833e33dd5718997b0410d23af685a87
Parser error recovery Adds new test cases for parser error handling and brings code coverage on JSParser class to > 90% Fixes a number of issues with the parser including invalid cast exceptions,...
View ArticleSource code checked in, #b645dd78b5ed33ca0d7303f1b2ad9cab893b42f9
Adds more test cases for scanner Adds unit test cases for small classes Adds expression parsing test case Adds coverage for ToString/Children/Walk implementations to make sure they don't blow up with...
View ArticleSource code checked in, #5dc87eab498a72ceeabd85f957cacda6013632de
Tweaks to improve analysis time Overflow calls sooner (and returns merged types on overflow) Cache less numbers Merge object literals which share common properties within the same module Improves...
View ArticleCreated Issue: Out of memory - npm or analysis? [1038]
I'm using build 20528.An empty console app, where I used bower to install some stuff (angular, bootstrap, DefinitelyTyped, jquery, knockout). I didn't have any npm modules installed, and there was no...
View ArticleSource code checked in, #a8cbd4cfffd2e389d02d6ea1c3e41959fdc47892
Merge branch 'Mocha' of https://git01.codeplex.com/forks/wangyugang/nodejs
View ArticleEdited Issue: Out of memory - parser/analysis? [1038]
I'm using build 20528.An empty console app, where I used bower to install some stuff (angular, bootstrap, DefinitelyTyped, jquery, knockout). I didn't have any npm modules installed, and there was no...
View ArticleEdited Issue: Out of memory - parser/analysis? [1038]
I'm using build 20528.An empty console app, where I used bower to install some stuff (angular, bootstrap, DefinitelyTyped, jquery, knockout). I didn't have any npm modules installed, and there was no...
View ArticleCommented Issue: Out of memory - parser/analysis? [1038]
I'm using build 20528.An empty console app, where I used bower to install some stuff (angular, bootstrap, DefinitelyTyped, jquery, knockout). I didn't have any npm modules installed, and there was no...
View ArticleCommented Issue: Out of memory - parser/analysis? [1038]
I'm using build 20528.An empty console app, where I used bower to install some stuff (angular, bootstrap, DefinitelyTyped, jquery, knockout). I didn't have any npm modules installed, and there was no...
View ArticleEdited Issue: Crash when removing unreachable breakpoint [885]
First I tried to reproduce the bug in another solution but I could not, sorry about that.However, in a project I'm working on, I can perfectly reproduce the problem 100% of times.The way to reproduce...
View ArticleEdited Issue: In locals window, Copy command should copy full string [427]
Right now if you right-click in locals window on a long string and choose Copy, you'll get the truncated value.If you do the same in C# (you have to make the string really long for C# to truncate it),...
View ArticleNew Post: debugging and iisnode
Hi Guys, great project! Is there any way I can run & debug node apps hosted in IIS or IIS express direct from VS using this plugin? I'm using iisnode & vs2013 express for web - I had a play...
View ArticleCommented Issue: Project will not start when debug [886]
I updated to 1.0 Beta, and the project will not start when I press F5, there is only the node command window appearing. But if press Ctrl+F5, the project runs well.Someone says if you change the...
View ArticleNew Comment on "Installation"
After installation (like in instructions). I have error with Intellisense. When I wrote simple Web Server var http = require('http'); var server = http.Server(); server.listen(1337);...
View ArticleNew Comment on "Installation"
After installation (like in instructions). I have error with Intellisense. When I wrote simple Web Server var http = require('http'); var server = http.Server(); server.listen(1337);...
View ArticleNew Post: debugging and iisnode
There's no direct support for such a use case, but in practice a lot of it is covered by other features like remote debugging and Azure publishing, if you combine them in the right spot. First of all,...
View ArticleNew Post: debugging and iisnode
This is great thank you. I will go through in detail and let you know how it goes. Thanks!
View Article