Closed Issue: Visual Studio 2013 MySQL module instalation fails [570]
When I'm trying to install Node.JS MySQL module trough Visual Studio 2013 npm Package Management, the installation fails due to the following errors:```npm ERR! Failed to parse jsonnpm ERR! Unexpected...
View ArticleEdited Issue: Debugger not behaving correctly when using "vm" module [652]
When using the "vm" module the debugger is not correctly hitting the breakpoints. If a breakpoint is set using the debugger statement you are taken to the correct place in the code only the first...
View ArticleCommented Issue: Debugger not behaving correctly when using "vm" module [652]
When using the "vm" module the debugger is not correctly hitting the breakpoints. If a breakpoint is set using the debugger statement you are taken to the correct place in the code only the first...
View ArticleEdited Issue: When stepping causes an exception in a deep call stack,...
Debugger appears to break in the middle of nowhere when I press F10 in my code.Using the code here:http://github.com/nitrogenjs/service You'll need to npm install all dependencies, which appears to...
View ArticleClosed Issue: Anonymous functions get assigned the name of the next assigned...
Consider this code:```function f(g) { g();}f(function () { return;});h = 123;```Put a breakpoint at return. When it's hit, the current function is reported as "h" in the call stack, even though it's an...
View ArticleEdited Issue: Object fields should be quoted where appropriate [431]
E.g. consider an object like so:```o = {foo: 0, 'foo.bar': 1, 'foo bar': 2, 'foo=bar': 3};```This is a perfectly valid object, but its fields are not identifiers. Yet, when we display it in debugger...
View ArticleClosed Issue: Missing members in locals window [423]
Using express and a mongoose model:```var mongoose = require('mongoose');var app =...
View ArticleEdited Issue: Project memory and load time is huge [703]
Hi,I have a project using GIT SCM and with node_modules committed that takes about 1min to be loaded on my surface pro.During usage, the memory consumption of the devenv.exe process slowly rises from...
View ArticleEdited Issue: TypeScript: Unit tests not discovered by Test Explorer [669]
Hi,__NTVS version__: NTVS Dev 2014-02-07 VS 2013.msi__VS Version__: Visual Studio 2013 Ultimate.When unit tests are created in TypeScript the Test Explorer fails to recognise the tests.To reproduce1....
View ArticleClosed Issue: Unable to start new node project (Object reference not set to...
Having a few issues with this.I'm running VS2012 Premium on Windows 7.Installed NTVS ok.I can see and use the interactive window part of NTVS found on View->Other Windows->Node.js Interactive...
View ArticleEdited Issue: TypeScript: Project properties page missing [667]
Hi,__NTVS version__: NTVS Dev 2014-02-07 VS 2013.msi__VS Version__: Visual Studio 2013 Ultimate.TypeScript projects in Visual Studio 2013 permit [setting and editing project...
View ArticleCommented Issue: Publish to cloud service didn't use web.cloud.config [479]
I changed the startup file to be wrong in web.config, but kept it correct in web.cloud.config. Then publish to cloud service. Site doesn't work. I remote connect to the azure machine and noticed that...
View ArticleEdited Feature: F5 on worker role project running in emulator doesn't attach...
1. Create a new worker role project.2. Set Cloud project as startup and press F5.3. Try setting breakpoints in startup.js - it doesn't work4. Look at the output window - it attached to a process named...
View ArticleCommented Feature: F5 on worker role project running in emulator doesn't...
1. Create a new worker role project.2. Set Cloud project as startup and press F5.3. Try setting breakpoints in startup.js - it doesn't work4. Look at the output window - it attached to a process named...
View ArticleCommented Issue: Unable to Load Project (Express Template) [659]
I am using Win 8.1 and Visual Studio 2013.Extensions:MVC 5, ReSharper 8, GhostDoc, Node Tools, Python Tools, Web Essentials, Xamarin, F#Project:Express App (does not seems to happen with any other...
View ArticleCommented Issue: Unable to Load Project (Express Template) [659]
I am using Win 8.1 and Visual Studio 2013.Extensions:MVC 5, ReSharper 8, GhostDoc, Node Tools, Python Tools, Web Essentials, Xamarin, F#Project:Express App (does not seems to happen with any other...
View ArticleSource code checked in, #0686eb56b9acc98931443b4ed2a30bbbc7a36db1
Merge https://git01.codeplex.com/forks/dtretyakov/debuggerwithtap Conflicts: Nodejs/Product/Nodejs/Debugger/NodeDebugger.cs
View ArticleCommented Feature: TFS online / Windows Azure Web Sites integration [535]
One might want to setup your workflow between TFS Online and Windows Azure Web Sites such that you deploy to TFS online and have TFS online deploy to Windows Azure Web Sites. You can do this with a C#...
View ArticleEdited Issue: Debugger not behaving correctly when using "vm" module [652]
When using the "vm" module the debugger is not correctly hitting the breakpoints. If a breakpoint is set using the debugger statement you are taken to the correct place in the code only the first...
View Article