igorschein on Thu, 24 Sep 2009 17:29:50 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: break> prompt |
On Thu, Sep 24, 2009 at 09:47:55AM -0400, Igor Schein wrote:This is mostly intentional, see bug #958. The purpose of this change is
> Hi,
>
> In svn version 11882 ^C would take you from break> prompt to regular prompt,
> but in version 11961 it doesn't any more. Is it intentional or accidental?
to avoid the loss of a computation that you interrupted to look at its
progress. For example if you stop the computation to change the debug level
and make an error, you should still be allowed to continue the computation.
This include spurious ^C stroke.
Honestly, I did not know that ^C would get you out of the breakloop, and it is
> >From the point of convenience, I much prefer version 11882 behavior.
not documented. I suggest to use ^D instead.
Cheers,
Bill.