summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break009.script
blob: 3e43b07a700a8fc2b654bb187942bb12bfa6dcb3 (plain)
1
2
3
4
5
6
7
:l ../Test6.hs
:b 5
main
-- stopped now
:l ../Test6.hs
main
-- should not break