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: Edit and continue for transpiled CoffeeScript [1035]
I'm using Web Essentials extension to transpile CoffeeScript into JavaScript. "Edit and continue" is not detecting the changes I make in this way.Comments: We only detect changes triggered by save from...
View ArticleNew Post: Debug Mocha unit tests
I've currently got this working with the latest dev build ( https://nodejstools.codeplex.com/releases/view/116275 ) I also have a work around for not being able to use ~\AppData, you can just use a...
View ArticleNew Post: Analysing an existing v8.log
Hi I put paths and it seemed to be doing something , but then I got and exception. Unhandled Exception: System.InvalidOperationException: Nullable object must have a value. at...
View ArticleCommented Unassigned: Source Code Issue: Not all projects can be loaded in VS...
Profiling.csproj and a few others could not be loaded into VS 2012 or 2013.attached is the migration reportUnsupportedThis version of Visual Studio is unable to open the following projects. The project...
View ArticleCommented Unassigned: Source Code Issue: Not all projects can be loaded in VS...
Profiling.csproj and a few others could not be loaded into VS 2012 or 2013.attached is the migration reportUnsupportedThis version of Visual Studio is unable to open the following projects. The project...
View ArticleCommented Issue: Indentation, brace completion and javascript syntax broken...
The support for the usual javascript objects, indentation and brace completion are all missing;The indentation is completely out forcing you to un-indent multiple times if you're in a nested function...
View ArticleNew Post: Analysing an existing v8.log
Hi Again Some advancement After a little stack trace debugging I saw that I have to add the two other parameters start time and execution time what do I need this for , isnt this information part of...
View ArticleCommented Unassigned: Intellisense doesn't work [1039]
Create new Node.js project and we gets simple code:``` JavaScriptvar http = require('http');var port = process.env.port || 1337; http.createServer(function (req, res) { res.writeHead(200, {...
View ArticleCommented Unassigned: Source Code Issue: Not all projects can be loaded in VS...
Profiling.csproj and a few others could not be loaded into VS 2012 or 2013.attached is the migration reportUnsupportedThis version of Visual Studio is unable to open the following projects. The project...
View ArticleNew Post: recompiled (optimized) functions in the v8.log
Hi Looking at the code of LogConverter I see that the recompiled attr i.e. a function has been optimized , is determined by if a function appears a second time in the v8 log. bool isRecompilation =...
View ArticleNew Post: Analysing an existing v8.log
You're right that the start time is no longer used and can be removed. The execution time is used to update the ETL file so that the stacks are generated with the correct timestamps. After generating...
View ArticleNew Post: recompiled (optimized) functions in the v8.log
What's occurring here is that V8 will sometimes recompile a method in a more optimized form after it has been executed a sufficient number of times. When that happens it writes an additional...
View ArticleCreated Issue: npm console window doesn't provide affordance to scroll [1062]
actually the only way you can scroll is by using scroll wheel on mouse
View ArticleCreated Issue: npm catalog last updated should be above window resize control...
otherwise it gets lost if you minimize the console
View ArticleNew Post: recompiled (optimized) functions in the v8.log
Hi Thanks for the replyI didnt see anywhere that you check that the event is a code-creation event what happens if V8 decides to de optimize and optimized function after a while (it can happen) thanks.
View ArticleNew Post: Analysing an existing v8.log
Hi dinov thanks for the reply so my question is , what do I do with an existing v8 log when I dont know the execution time. ? is there any way around this ? BTW isnt it possible to find this...
View ArticleCommented Feature: Code formatting not working for *.js files when it opened...
Code formatting not working for *.js files when it opened as Project. Here is a messsage:> The key combination (Ctrl+E, Ctrl+D) is bound to command (Format Document) which is not currently...
View ArticleCreated Unassigned: Warning Performance warning: String load failed [1064]
AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml6078 Warning Performance warning: String load failed. Pkg:{29102E6C-34F2-4FF1-BA2F-C02ADE3846E8} (Node.js Tools - Interactive Window)...
View ArticleCreated Unassigned: pg npm module causes visual studio to crash [1065]
Start a new express project. Do an npm install pg. Visual studio will crash and every time you open the project from that point visual studio will crash.
View Article