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

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

[Octave-bug-tracker] [bug #41190] dbstatus clears breakpoints set in @cl


From: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #41190] dbstatus clears breakpoints set in @class files
Date: Tue, 15 Dec 2015 10:33:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Follow-up Comment #4, bug #41190 (project octave):

Michael is right that there is a flow problem.  It is caused because 
find_function () calls find_method () which only looks in   class_methods, 
whereas constructors are only put in  class_constructors.

The attached patch adds the constructors to  class_methods, which fixes the
problem.  The alternative is to check both class_methods and
class_constructors in either  find_method  or  find_function.

(file #35744)
    _______________________________________________________

Additional Item Attachment:

File name: bug_41190_patch.cset           Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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