3 InspectorTest.startDebuggerTest(step1);
7 InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
8 InspectorTest.evaluateInPage("setTimeout(testAction, 100);");
9 InspectorTest.waitUntilPausedAndDumpStackAndResume(step2);
14 InspectorTest.DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
15 InspectorTest.completeDebuggerTest();
19 window.addEventListener("load", runTest);