0

Statement 'debugger' did not breaks execution of javascript code in latest firefox (29, 30, 31, 32) developer tools. How to stop execution from code like statement 'debugger;' do in chrome or in firebug?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Pavel Patrin
  • 1,630
  • 1
  • 19
  • 33

1 Answers1

0

In new firefox (35+) debugger keyword is work.

Pavel Patrin
  • 1,630
  • 1
  • 19
  • 33