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

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -