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

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

[Octave-bug-tracker] [bug #45737] Exiting debug mode unintentionally (#4


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #45737] Exiting debug mode unintentionally (#42309)
Date: Tue, 11 Aug 2015 22:01:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0

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

                 Summary: Exiting debug mode unintentionally (#42309)
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Tue 11 Aug 2015 10:01:27 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I'm running into bug 42309 again: debug mode is exited prematurely when
executing from the Editor (Save File and Run).

http://savannah.gnu.org/bugs/?42309


Here is my test function:

function silly()

disp('here')

keyboard

disp('oops')


And here is the output from the terminal (note I launched the function from
the Editor with the GUI button):

>> silly
stopped in /home/ceral/Documents/MATLAB/silly.m at line 5
5: keyboard
here
debug> qqq
oops
>> silly
stopped in /home/ceral/Documents/MATLAB/silly.m at line 5
5: keyboard
here
debug> qqq
oops
>>




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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