summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break001.script
blob: a4d2634feb25c35cd3d7384815eda19b6c5e703a (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