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