@anton_klochko wrote:
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
}
Posts: 1
Participants: 1
@anton_klochko wrote:
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
}
Posts: 1
Participants: 1