summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break001.stdout
blob: 7035306c29f7359dd864d1747b8a7b9d3cc099bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Breakpoint 0 activated at Test2.hs:3:7-9
Breakpoint 1 activated at Test2.hs:5:7
Stopped in Test2.f, Test2.hs:3:7-9
_result :: Int = _
x :: Int = 1
Stopped in Test2.g, Test2.hs:5:7
_result :: Int = _
y :: Int = 1
y :: Int = 1
_result :: Int = _
1
y = 1
()
y = 1
1