Taught :breakpoint add to guess the module name if not given
authorPepe Iborra <mnislaih@gmail.com>
Fri, 16 Feb 2007 19:38:10 +0000 (19:38 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Fri, 16 Feb 2007 19:38:10 +0000 (19:38 +0000)
commita6156829d4e671c5385769ccc7675e644591525d
treebd58a8f5908a6fb665131efff79ae8d892d24e9a
parentd0a4736028a4834f6ce643a0629c7b5f1f451d34
Taught :breakpoint add to guess the module name if not given

Now the user can say

> :break add 13

at the ghci prompt and the debugger will use the first top level module as the target for the breakpoint
compiler/ghci/Debugger.hs
compiler/ghci/InteractiveUI.hs