diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break014.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break014.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break014.script b/testsuite/tests/ghci.debugger/scripts/break014.script new file mode 100644 index 0000000000..f0ad6da277 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break014.script @@ -0,0 +1,5 @@ +-- Available bindings at let(s) +:l break014 +:break 3 +g 1 +-- stops at the breakpoint on c, a and b should be in scope |