Front page | perl.debugger |
Postings from August 2008
Re: accelerated stepping
Thread Previous
|
Thread Next
From:
Heiko EixDFfeldt
Date:
August 31, 2008 05:24
Subject:
Re: accelerated stepping
Message ID:
20080830202357.2157.qmail@lists.develooper.com
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 the debugger, most of
> the time. You'd have to check for unwarranted side effects of
> course, such that blocks other than single-line grep, map and sort,
> remain unaffected, but otherwise it seems to me to be a good idea.
I forgot to mention, yes I agree.
My patch changed only 'n' like you wrote.
Heiko
--
Thread Previous
|
Thread Next