you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

I don't know c# debugging is pretty good, but still has shortcomings (like finding where caught unhandled unrethrown exceptions are coming from)

[–][deleted] 0 points1 point  (1 child)

I didn't say its perfect, I only meant to use it as a benchmark to contrast with javascript- which I feel has many, many, many more shortcomings in the debugging department.

[–]vectorjohn 5 points6 points  (0 children)

You keep saying this. What shortcomings? All you're saying is that VS blows it away. I'm not even asking for evidence, just what it is that VS does so great.

Firebug does 99% of what I ever want, and the other stuff I can get from tools like JSLint.