octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38983] Debugger does a dbcont in response to


From: Torsten
Subject: [Octave-bug-tracker] [bug #38983] Debugger does a dbcont in response to workspace right mouse button function
Date: Fri, 18 Oct 2013 10:53:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #1, bug #38983 (project octave):

The attached patch fixes the issue for me. It replaces 


command_editor::interrupt ();


by


command_editor::accept_line ();


in the callback function for executing commands. My knowledge of the command
editor is very limited and I have no idea what side effects may occur (except
for the extra newline that is displayed for every command) but maybe this is a
hint into the right direction.



(file #29400)
    _______________________________________________________

Additional Item Attachment:

File name: bug38983_p01.diff              Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38983>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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