Chrome has by far the best debugging experience – very similar to how it works with .net – and its the same experience on each platform - (although osx makes you do unnatural acts with key combinations). I've found I've been writing code on the console to validate it, and its super easy for debugging ajax as well. Some very nice profiling things there as well – really lets you tune the rendering etc.
I tried the tool chaining with VS and it was just too hard to make it work, although I do rate VS as the best JS editor (before sublime :) ) From: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Reply-To: ozDotNet <[email protected]<mailto:[email protected]>> Date: Tuesday, 9 July 2013 12:31 PM To: ozDotNet <[email protected]<mailto:[email protected]>> Subject: jQuery debugging I'm trying to create a single html page with jQuery inside to interactively calculate a price total based upon the settings of other controls. It's a classic sort of "make you order" page. Can I get a familiar debugging experience like I'm used into in Visual Studio while writing this page and scripts? I haven't written any JavaScript for years and I have no idea what's available to help me these days. There must be some people in this group writing plain JavaScript or jQuery in their html pages, so what do you do to keep productive? Greg K
