summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break001.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break001.script')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break001.script14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break001.script b/testsuite/tests/ghci.debugger/scripts/break001.script
new file mode 100644
index 0000000000..63b5e71a5f
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/break001.script
@@ -0,0 +1,14 @@
+:l ../Test2
+:b 3
+:b 5
+f 1
+:st
+:st
+:st
+-- Test that the binding for x is now gone
+:show bindings
+y
+:p y
+seq y ()
+:p y
+y