summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break008.script
blob: 1b79210ae9a6702315637ad9a4b7c406df2950d7 (plain)
1
2
3
4
5
6
7
8
:l Test3
:b 1
mymap id []
:show breaks
-- second load, should discard the breakpoints without blowing up
:l Test3.hs
:show breaks
mymap id []