bugGNU Octave - Bugs: bug #53426, dbquit does not exit immediately...

 
 

bug #53426: dbquit does not exit immediately from debug mode

Submitter:  Avinoam Kalma <avinoam>
Submitted:  Thu 22 Mar 2018 07:00:58 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Avinoam Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 09 Apr 2018 09:55:33 PM UTC, comment #4: 

Works for me.  Marking as fixed and closing report.

Rik <rik5>
Group administrator
Mon 09 Apr 2018 09:20:42 PM UTC, comment #3: 

I pushed the following changeset on stable and merged with default:

http://hg.savannah.gnu.org/hgweb/octave/rev/559e4821c3f7

It fixes the problem for me.  Can you confirm?

John W. Eaton <jwe>
Group administrator
Fri 23 Mar 2018 04:30:30 AM UTC, comment #2: 

Searching savannah, I have found only bug #46931 which was fixed.

Avinoam Kalma <avinoam>
Group Member
Thu 22 Mar 2018 07:08:17 PM UTC, comment #1: 

Can you check savannah for a duplicate of this?  I'm pretty sure there is a report about 'dbquit' now behaving incorrectly like 'dbcont'.  This is definitely a bug though.

Rik <rik5>
Group administrator
Thu 22 Mar 2018 07:00:58 PM UTC, original submission:  

Example:

Create two files:

sub1.m:


function sub1 ()
  sub2 ();
endfunction


sub2.m:


function sub2 ()
  disp('sub2');
endfunction


Now, set a breakpoint in line 2 of sub1 (calling sub2), and run.
The execution stops in line 2 of sub1.
Now, if I use the command "dbquit", I get


debug> dbquit
sub2
>>


If I use the red rectangle button ("quit debug mode") in the GUI, I get


debug> >>


(a newline is missing).
 

Avinoam Kalma <avinoam>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by avinoam (Submitted the item)
  • -email is unavailable- added by avinoam
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-04-09 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2018-04-09 jwe StatusNone Ready For Test
    2018-03-22 avinoam Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code