summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T19157.stdout
blob: f0ac09d7f4aa6d39bbccc79b30be24271fefd61f (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
Breakpoint 0 activated at T19157.hs:7:17-19
Breakpoint 1 activated at T19157.hs:8:23-37
---------------------- Test 1
Stopped in T19157.mySum.go, T19157.hs:8:23-37
_result :: Int = _
go :: Int -> [Int] -> Int = _
s :: Int = 1
ss :: [Int] = [2,3,4,5,6]
sum :: Int = 0
Stopped in T19157.mySum.go, T19157.hs:8:23-37
_result :: Int = _
go :: Int -> [Int] -> Int = _
s :: Int = 4
ss :: [Int] = [5,6]
sum :: Int = _
Stopped in T19157.mySum.go, T19157.hs:8:23-37
_result :: Int = _
go :: Int -> [Int] -> Int = _
s :: Int = 6
ss :: [Int] = []
sum :: Int = _
Stopped in T19157.mySum.go, T19157.hs:7:17-19
_result :: Int = _
sum :: Int = _
21
---------------------- Test 2
Stopped in T19157.mySum.go, T19157.hs:8:23-37
_result :: Int = _
go :: Int -> [Int] -> Int = _
s :: Int = 1001
ss :: [Int] = _
sum :: Int = _
---------------------- Test 3
Ignore count ‘q’ is not numeric
Ignore count ‘-1’ must be >= 0
After ':continue' only one ignore count is allowed
Breakpoint a not found
Breakpoint 5 not found
Syntax:  :ignore <breaknum> <count>
Syntax:  :ignore <breaknum> <count>
Ignore count ‘-1’ must be >= 0