Fri Aug 24 06:40:22 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]>
UNDO: A partial attempt to improve :stepover
With this patch, :stepover can effectively appear to step over recursive
calls and
calls to locally bound functions (in a where clause).
However, when we run out of ticks in the current expression,
the illusion vanishes and laziness brings us to the body of the last
function
we "stepped over".
This is not desired at all, it is potentially very confusing.
As a countermeasure, when this happens :stepover emits a warning
"Warning: no more breakpoints in this function body, switching to :step"
M ./compiler/ghci/InteractiveUI.hs -30 +16
M ./compiler/main/GHC.hs -6 +1
M ./compiler/main/InteractiveEval.hs -15
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc