summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break017.script
blob: 8873b1a0d86db52f69ef5d34634ec3467e31ab1c (plain)
1
2
3
4
5
6
7
8
9
10
11
:l QSort.hs
:set -fbreak-on-exception
:trace qsort ("abc" ++ undefined)
:back
putStrLn "Printing 1"
:print as
putStrLn "Forcing"
:force as
-- this should print the exception
putStrLn "Printing 2"
:print as