377533fc06
* introduced v8::DebugInterface::ChangeBreakOnException(Isolate*,ExceptionBreakState); * migrated inspector to new API; * added cctest for new API; * added inspector test for setPauseOnExceptionState. BUG=chromium:652939,v8:5510 R=dgozman@chromium.org,yangguo@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2396193002 Cr-Commit-Position: refs/heads/master@{#40413}
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
Check that inspector correctly change break on exception state.
|
|
|
|
Running test: noBreakOnExceptionAfterEnabled
|
|
|
|
Running test: breakOnUncaughtException
|
|
paused in throwUncaughtException
|
|
|
|
Running test: breakOnCaughtException
|
|
paused in throwUncaughtException
|
|
paused in throwCaughtException
|
|
|
|
Running test: noBreakInEvaluateInSilentMode |