3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/debugger-test.js"></script>
7 function testFunction()
15 InspectorTest
.startDebuggerTest(step1
);
19 InspectorTest
.runTestFunctionAndWaitUntilPaused(step2
);
22 function step2(callFrames
)
24 InspectorTest
.captureStackTrace(callFrames
);
25 InspectorTest
.completeDebuggerTest();
32 <body onload=
"runTest()">
34 Tests that debugger will stop on
"debugger" statement w/ overriden string, etc.