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: Rik
Subject: [Octave-bug-tracker] [bug #41126] dbstop should accept func.m or @class/func.m as argument
Date: Thu, 09 Jan 2014 17:29:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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

The class breakpoint seems to be deleted if the dbstatus command is used.  The
following code works.


octave:1> dbstop @ftp/ftp.m
ans =  48
octave:2> F = ftp ('alpha.gnu.org')
stopped in /home/rik/wip/Projects_Mine/octave-stable/scripts/@ftp/ftp.m at
line 48
48:   if (nargin == 1 && isa (host, "ftp"))
debug> dbcont


But if I use dbstatus after setting the breakpoint to check on it then 1) the
breakpoint is not shown) and 2) it seems to be deleted because the command
runs to completion.


octave:1> dbstop @ftp/ftp.m
ans =  48
octave:2> dbstatus
octave:3> F = ftp ('alpha.gnu.org')
FTP Object
 host: alpha.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]