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