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

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

[Octave-bug-tracker] [bug #41126] dbstop should accept func.m or @class/


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #41126] dbstop should accept func.m or @class/func.m as argument
Date: Fri, 10 Jan 2014 04:23:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #9, bug #41126 (project octave):

This actually looks like a separate bug that is also present in 3.6.4 with
breakpoints on class functions, even without the .m file extension:


octave:1> version
ans = 3.6.4
octave:2> dbstop @ftp/ftp
ans =  29
octave:3> f = ftp("ftp.gnu.org")
stopped in /usr/share/octave/3.6.4/m/@ftp/ftp.m at line 29
29:   if (nargin == 0)
debug> dbcont
FTP Object
 host: ftp.gnu.org
 user: anonymous
  dir: /
 mode: binary
octave:4> dbstatus
octave:5> f = ftp("ftp.gnu.org")
FTP Object
 host: ftp.gnu.org
 user: anonymous
  dir: /
 mode: binary


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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