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

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

[Octave-bug-tracker] [bug #64001] "clear all" removes breakpoints while


From: Rik
Subject: [Octave-bug-tracker] [bug #64001] "clear all" removes breakpoints while Matlab does not
Date: Thu, 1 Jun 2023 12:48:51 -0400 (EDT)

Update of bug #64001 (project octave):

              Depends on:                         => bugs #64271            

    _______________________________________________________

Follow-up Comment #8:

I'm adding bug #64271 as a dependency.  If that bug (ability to save/restore
breakpoints) were fixed then Octave could be modified to behave as Matlab does
by the following pseudocode:


bp = dbstatus ();
clear all
dbstop (bp)


This is only pseudocode because the operations would need to take place in C++
code.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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