Added the new :breakpoint continue option
authorPepe Iborra <mnislaih@gmail.com>
Thu, 11 Jan 2007 13:13:59 +0000 (13:13 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Thu, 11 Jan 2007 13:13:59 +0000 (13:13 +0000)
commit025733b8367d9108e8992b2db3dbb9f80cad4fa9
tree22b9394bea303be5a626c63af950f8d87369118c
parente34e36a0a7c759dbc542a49ffbc060f95231dabd
Added the new :breakpoint continue option

Previously, when in a breakpoint, :quit was used to continue execution.
This is not the right thing to do, so this patch restores :quit to its
original meaning whether or not ghci is in an inferior session.

The continue behavior is now provided by ":breakpoint continue".
I added a synonim command in :continue because it is much shorter,
but this is optional
compiler/ghci/Debugger.hs
compiler/ghci/GhciMonad.hs
compiler/ghci/InteractiveUI.hs
compiler/main/GHC.hs