summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/dynbrk008.script
blob: e40c6d92b5db445f0cf7342db007764f8bd918ac (plain)
1
2
3
4
5
6
7
8
-- 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