summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break011.script
blob: f9ca3fe393e18d8a85fd3449c9ce2c08e0b3bd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- Testing -fbreak-on-exception
error "foo"
:set -fbreak-on-exception
error "foo"
:abandon
:l ../Test7.hs
:tr main
:hist
:back
:back
:back
:forward
:forward
:forward
:force _exception
:show bindings
:force _result
:continue