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

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

[Octave-bug-tracker] [bug #46451] unable to set breakpoints within class


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #46451] unable to set breakpoints within classdef classes
Date: Tue, 12 Feb 2019 09:56:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #13, bug #46451 (project octave):

After the fixes to bug #47680, command-style function calls of the form


dbstop @ftp/dir


no longer work.

I'd like to make dbstop compatible with Matlab for setting breakpoints in
classdef methods.  In addition to the syntax shown in comment #12, does
anything else work?  The Matlab docs show


dbstop in file
dbstop in file at location
dbstop in file if expression
dbstop in file at location if expression


and also say that FILE may be of the form "file>function".  Does that syntax
work for class methods or local functions in a classdef file?

The docs also say that LOCATION may be the name of a local function in the
file, but they don't explicitly state that the function name may be in the
form shown in comment #12 or explain that "local function" may be a classdef
method.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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