reactjs - Why will enabling "pause on caught exceptions" improve my debugging experience? -


couldn't find anywhere why should this:

couldn't find anywhere why should this

it's simple: if pause on exceptions, can see stack @ time of exception. can see call stack of functions lead exception, current scope's variables, @ time of exception.

if don't this, js fail call stack, produce exception in console, , continue running next statement. lead loss of stack information @ time of exception.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -