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

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

[Octave-bug-tracker] [bug #54789] 'keyboard' in function inside script f


From: Rik
Subject: [Octave-bug-tracker] [bug #54789] 'keyboard' in function inside script file no longer gives debugging console
Date: Mon, 31 Dec 2018 21:54:06 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #54789 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  This would be good to fix, although I'm not sure there is enough
time before the 5.0 release.

What is interesting is that keyboard works when it is in an m-file function. 
And it works in a function typed directly on the command line like so


function z = add (x, y)
  keyboard
  z = x + y;
endfunction


The only time it does not work is when the function is in a script file.  That
sort of irregularity is annoying to programmers.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54789>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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