summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break020.stdout
blob: 0c7b0a4fc97bea4beca7c2ba0975686bd224608b (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
Stopped at break020.hs:(9,8)-(15,11)
_result :: IO () = _
8  
        vv
9  main = do
10    line1 0
11    line2 0
12    in_another_decl 0
13    in_another_module 0
14    line2 1
15    return ()
               ^^
Stopped at break020.hs:10:3-9
_result :: IO () = _
9  main = do
10    line1 0
      ^^^^^^^
11    line2 0
Stopped at break020.hs:11:3-9
_result :: IO () = _
10    line1 0
11    line2 0
      ^^^^^^^
12    in_another_decl 0
Stopped at break020.hs:12:3-19
_result :: IO () = _
11    line2 0
12    in_another_decl 0
      ^^^^^^^^^^^^^^^^^
13    in_another_module 0
Stopped at break020.hs:13:3-21
_result :: IO () = _
12    in_another_decl 0
13    in_another_module 0
      ^^^^^^^^^^^^^^^^^^^
14    line2 1
Stopped at break020.hs:14:3-9
_result :: IO () = _
13    in_another_module 0
14    line2 1
      ^^^^^^^
15    return ()