summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/dynbrk004.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk004.script')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/dynbrk004.script8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk004.script b/testsuite/tests/ghci.debugger/scripts/dynbrk004.script
new file mode 100644
index 0000000000..eb0bad6940
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/dynbrk004.script
@@ -0,0 +1,8 @@
+-- Instrumentation of mdo notation
+
+:set -XRecursiveDo
+:l ../mdo.hs
+:break Main 13
+:break Main 12
+:break Main 11
+:break Main 14