summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/dynbrk002.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk002.script')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/dynbrk002.script7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk002.script b/testsuite/tests/ghci.debugger/scripts/dynbrk002.script
new file mode 100644
index 0000000000..043e02328b
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/dynbrk002.script
@@ -0,0 +1,7 @@
+-- :abandon stops a debugging session
+
+:l ../QSort
+:break QSort 5
+run
+:abandon
+:q