Created Unassigned: I want to start the project without a startup script [883]
Use case: I need to debug my karma tests- I created a new node project- I added a dependency on karma- I added a few tests- I went to the project properties and set:Node.exe arguments: karmaScript.exe...
View ArticleEdited Unassigned: I want to start the project without a startup script [883]
Use case: I need to debug my karma tests- I created a new node project- I added a dependency on karma- I added a few tests- I went to the project properties and set:Node.exe arguments: karmaScript.exe...
View ArticleEdited Unassigned: I want to start the project without a startup script [883]
Use case: I need to debug my karma tests- I created a new node project- I added a dependency on karma- I added a few tests- I went to the project properties and set:Node.exe arguments: karmaScript.exe...
View ArticleCreated Unassigned: Long filenames break the npm feature [884]
- I loaded an existing project that worked fine without nodejs tools- `npm install` had already been performed- I created a nodejs tools project for this folder- In Solution Explorer, the npm node was...
View ArticleCommented Unassigned: Long filenames break the npm feature [884]
- I loaded an existing project that worked fine without nodejs tools- `npm install` had already been performed- I created a nodejs tools project for this folder- In Solution Explorer, the npm node was...
View ArticleNew Post: Unable to enter debug mode
I've updated the image storage site, I suspect that the problem resulted in window8.
View ArticleNew Post: Unable to enter debug mode
i have the same problem under windows 8 with both vs 2012 and vs 2013. but i tested on server 2008 (same os core as 7)? it's still the same... anyone can solve this?
View ArticleCommented Issue: various 1.0 beta issues (user rdd3) [874]
rdd3 writes:1. less stable than alpha / random crashes2. No longer able to inspect by flying over a value when debugging locally (can still do a watch). 3. Javascript dies within 10 minutes of editing...
View ArticleNew Post: Unable to enter debug mode
I've got the same issue, I'm not much of a VS/Web developer - just starting with nodejs :) I found a workaround (but doing this breaks debugging functionality) Right click the project and choose...
View ArticleNew Post: Unable to enter debug mode
i have exactly the same problem under windows 7 (x64) with vs 2013 with node (x64). The previous dev version doesn't work either, but the alpha version does work. i also tried to attach to a nodejs...
View ArticleNew Post: Unable to enter debug mode
I am also seeing this issue and would love a suggestion. I am using VS2013 Update 2 RC on the most current version of Windows 8.1. I have had similar experiences as other users in that the Alpha...
View ArticleNew Post: Unable to enter debug mode
Change the app.js(execute js file) encoding to "Unicode (UTF-8 without signature) - Codepage 65001"Try Debug.
View ArticleNew Post: vs template project is not working
Change the app.js(execute js file) encoding to "Unicode (UTF-8 without signature) - Codepage 65001". After try debug again.
View ArticleCreated Unassigned: Crash when removing intermediate state 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 Unassigned: 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 ArticleNew Post: Unable to enter debug mode
I have the exact same issue and changing the encoding did not resolve it. VS2013 / Win 8.1
View ArticleNew Post: Where do I find console.log messages when running a Console...
So it was an issue with clustering. We had some code in there to support clusters, but it wasn't really used. The log messages were not in the main thread, so they were not showing up. After removing...
View ArticleNew Post: Browser with Node Webkit (nw.exe)
Anybody know if is possible change the VSNET to run browser and debug by "Node Webkit" (nw.exe) ? I think that there is a way in option "browser with", but in my tests I did not success to do it. Thanks
View ArticleCommented Feature: JS-style comment autocompletion missing? [880]
I've been trying out NTVS, and I can't figure out how to get JS-style comments to autocomplet in .js files that are part of an NTVS project. I have Resharper and VS Web Essentials installed as...
View ArticleCreated Unassigned: 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 Article