| Index: test/inspector/debugger/inspector-break-api-expected.txt
|
| diff --git a/test/inspector/debugger/inspector-break-api-expected.txt b/test/inspector/debugger/inspector-break-api-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f3b019d058cd1dab8454c2d55cb4ab04b320fdbc
|
| --- /dev/null
|
| +++ b/test/inspector/debugger/inspector-break-api-expected.txt
|
| @@ -0,0 +1,38 @@
|
| +Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API
|
| +
|
| +Running test: testBreakProgram
|
| +Stack:
|
| +callBreakProgram (:9:2)
|
| +(anonymous) (:0:0)
|
| +Other data:
|
| +{
|
| + method : Debugger.paused
|
| + params : {
|
| + data : {
|
| + a : 42
|
| + }
|
| + hitBreakpoints : [
|
| + ]
|
| + reason : reason
|
| + }
|
| +}
|
| +
|
| +
|
| +Running test: testSchedulePauseOnNextStatement
|
| +Stack:
|
| +(anonymous) (expr1.js:0:0)
|
| +Other data:
|
| +{
|
| + method : Debugger.paused
|
| + params : {
|
| + data : {
|
| + a : 42
|
| + }
|
| + hitBreakpoints : [
|
| + ]
|
| + reason : reason
|
| + }
|
| +}
|
| +
|
| +
|
| +Running test: testCancelPauseOnNextStatement
|
|
|