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