Re: accelerated stepping

2008-09-07 Thread Heiko Eifeldt
Hi Richard, Richard Foley wrote: New Plan So I would like to make a patch now, that will have 'n' short cut for ANY code block, not only subroutines. And that should be done without a regexp. Hmmm, yes but there's always exceptions... consider arriving at the following

Re: accelerated stepping

2008-08-31 Thread Heiko Eifeldt
Richard Foley wrote: On Friday 29 August 2008 19:28:08 Heiko Eifeldt wrote: To Richard: Afterwards I realized, $DB::single is to be used as a bitmask. So it would be 8 instead of 3, since 4 is already taken. Details, details ;-) The only difference should be the execution of

Re: accelerated stepping

2008-08-31 Thread Heiko Eifeldt
Richard Foley wrote: If you mean: 1. n - next step over everything (including grep/map/sort). 2. s - step into everything (including grep/map/sort). 3. forget nn and N. Then I would think this would be (mostly very) intuitive change, and the behaviour (most) people would expect from