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