summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break011.stdout
blob: ac5b7e3a241365777dd968d47caea33af21965f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*** Exception: foo
CallStack (from HasCallStack):
  error, called at <interactive>:2:1 in interactive:Ghci1
Stopped in <exception thrown>, <unknown>
_exception :: e = _
Stopped in <exception thrown>, <unknown>
_exception :: e = _
-1  : main (Test7.hs:2:18-28)
-2  : main (Test7.hs:2:8-29)
<end of history>
Logged breakpoint at Test7.hs:2:18-28
_result :: a
Logged breakpoint at Test7.hs:2:8-29
_result :: IO a
no more logged breakpoints
Logged breakpoint at Test7.hs:2:18-28
_result :: a
Stopped at <unknown>
_exception :: e
already at the beginning of the history
_exception = SomeException
               (ErrorCallWithLocation
                  "foo"
                  "CallStack (from HasCallStack):
  error, called at Test7.hs:2:18 in main:Main")
Ghci1._exception :: SomeException = SomeException
                                      (ErrorCallWithLocation
                                         "foo"
                                         "CallStack (from HasCallStack):
  error, called at Test7.hs:<line>:<column> in <package-id>:Main")
Ghci2._result :: a = _
Ghci3._result :: IO a = _
_result :: a = _
_exception :: SomeException = SomeException
                                (ErrorCallWithLocation
                                   "foo"
                                   "CallStack (from HasCallStack):
  error, called at Test7.hs:2:18 in main:Main")
*** Exception: foo
CallStack (from HasCallStack):
  error, called at Test7.hs:2:18 in main:Main
Stopped in <exception thrown>, <unknown>
_exception :: e = SomeException
                    (ErrorCallWithLocation
                       "foo"
                       "CallStack (from HasCallStack):
  error, called at Test7.hs:2:18 in main:Main")
Stopped in <exception thrown>, <unknown>
_exception :: e = SomeException
                    (ErrorCallWithLocation
                       "foo"
                       "CallStack (from HasCallStack):
  error, called at Test7.hs:2:18 in main:Main")
*** Exception: foo
CallStack (from HasCallStack):
  error, called at Test7.hs:2:18 in main:Main