summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break017.stdout
blob: 7a1664db78e144231ec2d457ce4ea1a1b8e8e5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"Stopped in <exception thrown>, <unknown>
_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
CallStack (from HasCallStack):
  error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err
  undefined, called at <interactive>:3:17 in interactive:Ghci1
Printing 2
as = 'b' : 'c' : (_t2::[Char])