Saturday, July 6, 2013

Debugging in Visual Studio 2011 Preview / WinRT Metro JavaScript With Live Watch Variables Pinned to the background

Yes, this is JavaScript I’m debugging in .  Just like and !  A picture is worth hundreds of words, so, here is the picture (and of course the words will follow).
 

 
About 1 year ago, I did a similar post explaining pinned variable with and the .net framework.

I won’t go into all the details again, but suffice it to say, everything is the same, but now I’m debugging in !  Up until now, I’ve felt like Firebug, Chrome and IE debuggers in JavaScript were the best way to go.  This really changes my mind.
If you notice, the problem I’m solving is I’m verifying that my min’s and max’s are tracking correctly.  Notice that I can keep pressing “run” and as I do I can see the live new values without having to go search them out.  Those variables are right where I want them.
Totally awesome!  Nice job VS team. - Full Post

No comments:

Post a Comment