Thu Apr 19 07:23:58 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
  * More debugger improvements
  
  ":list" shows the code around the current breakpoint.  Also it
  highlights the current expression in bold (the bold/unbold codes are
  hardwired to the ANSI codes right now, I'll provide a way to change
  them later).
  
  ":set stop <cmd>" causes <cmd> to be run each time we stop at a
  breakpoint.  In particular, ":set stop :list" is particularly useful.
  

    M ./compiler/ghci/GhciMonad.hs +1
    M ./compiler/ghci/InteractiveUI.hs -11 +76

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to