|
| From: | Marshall |
| Subject: | [Octave-bug-tracker] [bug #52750] Ctl-C stops debugging when used only to stop long output when more off |
| Date: | Thu, 28 Dec 2017 20:37:31 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 |
Follow-up Comment #4, bug #52750 (project octave):
%debug_on_interrupt (1)
more off
function f()
disp((1:1000000).')
endfunction
dbstop f
f()
dbstep
% press ctl-c
debug_on_interrupt(1) doesn't help here, as it doesn't stop the output
immediately on first ctl-c, and pressing ctl-c twice stops debugging printing
immediately.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52750>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |