F
F
Furrial2016-12-07 23:38:50
JavaScript
Furrial, 2016-12-07 23:38:50

How to stop JS in firebug console without breakpoints?

В хроме (Chrome) можно остановить код во время выполнения путем введения ключевого слова debugger; в консоль. Когда делаю то же самое в консоли фаербага вижу undefined, но код продолжает выполняться. Двойное применение данного слова так же не помогает.
Как использовать ключевое слово debugger; в консоли фаербага?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir T, 2016-12-08
@Flicker

Here https://getfirebug.com/wiki/index.php/Script_Debugging they write that you need to use debugger;
Are you sure that it falls into this 'branch' of code?
UPD: And what does the standard FF console output?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question