Hi all ! Could anyone suggest please, what I need to do to debug app in browser ? I try to do like this, but app dose not paused.
function myBrokenFunction() {
debugger;
// do other stuff
}
Hi all ! Could anyone suggest please, what I need to do to debug app in browser ? I try to do like this, but app dose not paused.
function myBrokenFunction() {
debugger;
// do other stuff
}