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: Mon, 16 Oct 2023 12:58:26 -0400 (EDT)

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

Matlab's format is really odd. E.g. for a stop point in a method "my_method"
of a classdef "my_class", the name would be:
"my_class.my_class>my_class.my_method"

The name with the proposed patch would be "my_class" (matching the name of the
file in which the stop point is). It would probably be not too hard to change
that to "@my_class/my_method". But to match Matlab, we'd probably need more
elaborate changes.

I'm not sure if our names match for stop points in other kinds of functions.
So, this might not really be a regression. It might be better to keep that
overhaul for a separate bug though.



    _______________________________________________________

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]