summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/break017.script
blob: 05c99acddacc514362d17ed230c419067c2208cf (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