1

I use visual studio 2008. When I set breakpoints on code they don't break. So only thing I can do is to debug "manually" using firefox with firebug.

Is there a way to debug with Visual studio?

jullin
  • 633
  • 2
  • 12
  • 21

1 Answers1

0

just type debugger; into your javascript.

Pabuc
  • 5,528
  • 7
  • 37
  • 52