octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave small bug


From: Michael Goffioul
Subject: Re: Octave small bug
Date: Sat, 9 Jun 2012 19:05:32 +0100

On Sat, Jun 9, 2012 at 3:58 PM, cmoibenlepro <address@hidden> wrote:
Hi.

I have a small issue in Octave. I don't know if it is the right place to
post this.
I used 3.6.1 and 3.6.2 so far and both had the same issue.  Both were the
'Visual C++' versions on Windows 7.

My program uses '/pause;/' lines to pause the program so I could check some
outputs.
If I press Ctrl+C to stop the execution of a program, then after that Octave
no longer pauses on the 'pause' line.
So I need to exit Octave, and re-open it so it would pause again correctly.


Unfortunately, because of Win32 specific stuffs, Ctrl-C handling is pretty bad in octave. Don't expect octave to be in a good state after pressing Ctrl-C. When I use it, usually it terminates octave completely.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]