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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #46451] unable to set breakpoints within classdef classes
Date: Tue, 17 Oct 2023 03:39:41 -0400 (EDT)

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

I don't know if function names are displayed consistently everywhere. But for
the names displayed in the returned structure of `dbstatus` in Matlab (on
Windows):
* script: my_script
* function: my_fcn
* local function: my_fcn>my_local_fcn
* nested function: my_fcn>my_nested_fcn
* private function: my_folder\private\my_private_fcn
* classdef constructor: my_class.my_class>my_class.my_class
* classdef method in same file: my_class.my_class>my_class.my_method
* classdef method in different file in @-folder: my_class.my_method2
* local function in classdef: my_class>my_local_fcn
* nested function in classdef constructor:
my_class>my_class.my_class/my_local_fcn
* nested function in classdef method (same file):
my_class>my_class.my_method/my_local_fcn
* local function in classdef method in different file in @-folder:
my_class.my_method>my_local_fcn
* nested function in classdef method in different file in @-folder:
my_class.my_method>my_nested_fcn
* legacy class constructor: my_legacy_class.my_legacy_class
* local function in legacy class constructor:
my_legacy_class.my_legacy_class>my_local_fcn
* nested function in legacy class constructor:
my_legacy_class.my_legacy_class>my_nested_fcn
* legacy class method: my_legacy_class.my_method
* local function in legacy class method:
my_legacy_class.my_method>my_local_fcn
* nested function in legacy class method:
my_legacy_class.my_method>my_nested_fcn

Afaict, it's not possible to set breakpoints in built-in functions or .mex
files. So, I don't know how to get the function names for those.



    _______________________________________________________

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]