summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T17989.script
blob: 86f3f70e931c43e53ee50832c566dfe6d770af4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:l T17989M
:complete repl ":break "
-- all listed names are really breakpoints
:break B.bar
:break B.foo
:break T17989A.bar
:break T17989A.foo
:break T17989C.foo
:break foo
:break main
:complete repl ":break B."
:complete repl ":break f"