help-octave
[Top][All Lists]
Advanced

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

how to dbstop in class function?


From: John W. Eaton
Subject: how to dbstop in class function?
Date: Sat, 4 Dec 2010 14:57:15 -0500

On  4-Dec-2010, jkirby wrote:

| I'm trying to set a breakpoint in a class member function in dbstop but I
| can't seem to get Octave to recognize the function. What am I missing?
| 
| I'm able to call the function ok so Octave knows about it.
| 
| I've tried dbstop ('func', 10)  as well as ('@class/func', 10) but no
| luck...

Doing

  dbstop @classdir/method line

seems to work correctly for me with the current development sources,
so I think this problem has been fixed.

jwe


reply via email to

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