bugGNU Octave - Bugs: bug #56616, dbquit does not accept...

 
 

bug #56616: dbquit does not accept "all" option

Submitter:  John W. Eaton <jwe>
Submitted:  Thu 11 Jul 2019 09:04:17 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Fixed Assigned to:  jwe
Originator Name:  jwe Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 12 Jul 2019 04:13:43 PM UTC, comment #1: 

I pushed the following changeset to add the "all" option for dbquit and to also fix the compatibility issue:

  http://hg.savannah.gnu.org/hgweb/octave/rev/336c640c481b

Closing as fixed.

John W. Eaton <jwe>
Group administrator
Thu 11 Jul 2019 09:04:17 PM UTC, original submission:  

Octave's dbquit function doesn't accept an "all" option.

Additionally, dbquit with no options appears to work like Matlab's "dbquit all" is documented to behave.

If you execute


dbstop sombrero
sombrero


then execute somebrero again at the "debug> " prompt you should be at the second level debug prompt (displayed as "[1]debug> ").  At that prompt, executing dbquit with no options should pop you back to the first debug prompt but Octave will exit the debugger completely and send you all the way back to the top-level command prompt.

In Matlab, "dbquit" exits one level of the debugger and "dbquit all" exits the debugger completely.

John W. Eaton <jwe>
Group administrator

 

(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 (Submitted the item)
  •  

    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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-07-12 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code