summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk008.script
blob: e99ee6076ea34caef86decb390184632ce3bf382 (plain)
1
2
3
4
5
6
7
8
9
-- Breakpoints on binding sites that start with a List Comprehension are being coalesced, since list comp. are desugared to Lets and we coalesce bkpts for Lets (since there will be a breakpoint at body of the Let anyway)

:l dynbrk008.hs
:st f 42
:st
:st
:st
:st
:st