The document is a bit outdated.
In newer versions of Chrome, the pause on exception button no longer switches between three states ( disabled , Pause on exceptions , Pause on Uncaught Exceptions ), but only between two states ( disabled and Pause on exception ).
To be able to break into detected exceptions as well , they checked this box (this is useful if you have a global exception handler in GWT , but still want to break when an exception is thrown).
So, if you do not catch the exception, then the settings that you showed in the screenshot should work.
Γmit source share