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

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

[Octave-bug-tracker] [bug #53426] dbquit does not exit immediately from


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #53426] dbquit does not exit immediately from debug mode
Date: Thu, 22 Mar 2018 15:00:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?53426>

                 Summary: dbquit does not exit immediately from debug mode
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Thu 22 Mar 2018 07:00:58 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

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).
 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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