| Index: test/inspector/debugger/stepping-and-break-program-api-expected.txt
|
| diff --git a/test/inspector/debugger/stepping-and-break-program-api-expected.txt b/test/inspector/debugger/stepping-and-break-program-api-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cd7c214b75fabaada1be93fe6ca6cb5314bb644b
|
| --- /dev/null
|
| +++ b/test/inspector/debugger/stepping-and-break-program-api-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +Checks that stepping is cleared after breakProgram.
|
| +paused at:
|
| +function callBreakProgram() {
|
| + #debugger;
|
| + breakProgram('reason', '');
|
| +
|
| +paused at:
|
| + debugger;
|
| + #breakProgram('reason', '');
|
| +}
|
| +
|
| +paused at:
|
| + debugger;
|
| + #breakProgram('reason', '');
|
| +}
|
| +
|
| +paused at:
|
| +#debugger;
|
| +
|
|
|