summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break017.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break017.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break017.stdout12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break017.stdout b/testsuite/tests/ghci.debugger/scripts/break017.stdout
new file mode 100644
index 0000000000..305289d216
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/break017.stdout
@@ -0,0 +1,12 @@
+"Stopped at <exception thrown>
+_exception :: e = _
+Logged breakpoint at ../QSort.hs:6:24-38
+_result :: [Char]
+a :: Char
+as :: [Char]
+Printing 1
+as = 'b' : 'c' : (_t1::[Char])
+Forcing
+*** Exception: Prelude.undefined
+Printing 2
+as = 'b' : 'c' : (_t2::[Char])