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: Sun, 15 Oct 2023 15:39:21 -0400 (EDT)

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

There still is an error when trying to list breakpoints in classdef classes.
E.g.:

>> dbstop in inputParser at addOptional
ans = 278
>> s = dbstatus
error: add_breakpoints_in_function: unable to find function 'addOptional'
>> dbclear in inputParser at addOptional
>>


The attached patch fixes that for me.

Even if the breakpoint names are not compatible with Matlab with that change,
it's still an improvement over the current behavior imho.

I still haven't checked if this would work with a classdef that consists of
multiple files in a common @-folder.


(file #55240)

    _______________________________________________________

Additional Item Attachment:

File name: bug46451-classdef-dbstatus.patch Size:20 KB
   
<https://file.savannah.gnu.org/file/bug46451-classdef-dbstatus.patch?file_id=55240>



    _______________________________________________________

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]