Changeset View
Changeset View
Standalone View
Standalone View
testsuite/tests/ghci.debugger/scripts/break011.stdout
1 | *** Exception: foo | 1 | *** Exception: foo | ||
---|---|---|---|---|---|
2 | CallStack: | ||||
3 | error, called at <interactive>:2:1 in interactive:Ghci1 | ||||
2 | Stopped at <exception thrown> | 4 | Stopped at <exception thrown> | ||
3 | _exception :: e = _ | 5 | _exception :: e = _ | ||
4 | Stopped at <exception thrown> | 6 | Stopped at <exception thrown> | ||
5 | _exception :: e = _ | 7 | _exception :: e = _ | ||
6 | -1 : main (../Test7.hs:2:18-28) | 8 | -1 : main (../Test7.hs:2:18-28) | ||
7 | -2 : main (../Test7.hs:2:8-29) | 9 | -2 : main (../Test7.hs:2:8-29) | ||
8 | <end of history> | 10 | <end of history> | ||
9 | Logged breakpoint at ../Test7.hs:2:18-28 | 11 | Logged breakpoint at ../Test7.hs:2:18-28 | ||
10 | _result :: a | 12 | _result :: a12 | ||
11 | Logged breakpoint at ../Test7.hs:2:8-29 | 13 | Logged breakpoint at ../Test7.hs:2:8-29 | ||
12 | _result :: IO a | 14 | _result :: IO a12 | ||
13 | no more logged breakpoints | 15 | no more logged breakpoints | ||
14 | Logged breakpoint at ../Test7.hs:2:18-28 | 16 | Logged breakpoint at ../Test7.hs:2:18-28 | ||
15 | _result :: a | 17 | _result :: a12 | ||
16 | Stopped at <exception thrown> | 18 | Stopped at <exception thrown> | ||
17 | _exception :: e | 19 | _exception :: e | ||
18 | already at the beginning of the history | 20 | already at the beginning of the history | ||
19 | _exception = SomeException "foo" | 21 | _exception = SomeException | ||
20 | _result :: a = _ | 22 | (ErrorCallWithLocation | ||
21 | _exception :: SomeException = SomeException "foo" | 23 | "foo" | ||
24 | "CallStack: | ||||
25 | error, called at ../Test7.hs:2:18 in main:Main") | ||||
26 | _result :: a12 = _ | ||||
27 | _exception :: SomeException = SomeException | ||||
28 | (ErrorCallWithLocation | ||||
29 | "foo" | ||||
30 | "CallStack: | ||||
31 | error, called at ../Test7.hs:2:18 in main:Main") | ||||
22 | *** Exception: foo | 32 | *** Exception: foo | ||
33 | CallStack: | ||||
34 | error, called at ../Test7.hs:2:18 in main:Main | ||||
23 | *** Exception: foo | 35 | *** Exception: foo | ||
36 | CallStack: | ||||
37 | error, called at ../Test7.hs:2:18 in main:Main |