summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break001.script
blob: 29e9061bd3f09bfb62062cb7d3fbf27003090d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:l Test2
:b 3
:b 5
f (1 :: Int)
:st
-- Test that the binding for x is now gone
:show bindings
y
:p y
seq y ()
:p y
y