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

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

[Octave-bug-tracker] [bug #42309] keyboard (debug mode) not quite right


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #42309] keyboard (debug mode) not quite right when running from GUI
Date: Tue, 06 May 2014 17:22:15 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: keyboard (debug mode) not quite right when running
from GUI
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Tue 06 May 2014 05:22:13 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: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When I run this script using the GUI button "Save File and Run" then it
correctly stops at the keyboard command. However if I subsequently enter
anything at the command line then the program continues (i.e. exits debug
mode). The same behavior doesn't occur when calling testme() from the command
line.


function testme()

disp('test')

keyboard

disp('hello')


This is the output in the command window when running the program from the
GUI:

>> testme
test
stopped in /home/ceralpaquet/octave/testme.m at line 5
5: keyboard
debug> a=1
hello
>>







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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