Skip to content
  • mnislaih's avatar
    A partial attempt to improve :stepover · 99794f66
    mnislaih authored
      
      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"  
    99794f66