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: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #46451] unable to set breakpoints within classdef classes
Date: Sun, 27 Dec 2015 01:46:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

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

Carnë, the attached patch allows breakpoints to be set with the syntax
dbstop  classname>method
Could you please give it a try?

It has a memory leak.  The problem is that the classdef framework doesn't seem
to keep   octave_user_function  objects around, but instead creates 
octave_function  objects on the fly.  In order to keep them around long enough
for the dbstatus and dbclear commnds, I'm just allocating them on the heap :( 
The patch is clearly not ready to be applied, but I hope it may help someone
who knows more about  classdef.  Do you know who wrote that code?

Thanks

(file #35861)
    _______________________________________________________

Additional Item Attachment:

File name: bug_46451.patch                Size:5 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46451>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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