Thu Jan 11 05:13:59 PST 2007  Pepe Iborra <[EMAIL PROTECTED]>
  * 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
  

    M ./compiler/ghci/Debugger.hs -6 +10
    M ./compiler/ghci/GhciMonad.hs +2
    M ./compiler/ghci/InteractiveUI.hs -5 +21
    M ./compiler/main/GHC.hs -2 +8

_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to