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: Wed, 4 Oct 2023 12:07:51 -0400 (EDT)

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

Prompted by recent comments in bug #45404:
Clearing break points from the command line using method names doesn't work
yet. Clearing via line numbers does seem to work:

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


Could that be solved with a related change?



    _______________________________________________________

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]