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: Rik
Subject: [Octave-bug-tracker] [bug #41190] dbstatus clears breakpoints set in @class files
Date: Fri, 10 Jan 2014 16:38:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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

                 Summary: dbstatus clears breakpoints set in @class files
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 10 Jan 2014 08:38:00 AM PST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

This came up during the resolution of bug #41126 and is reported here because
it is a separate bug.

Breakpoints set in @class files appear to be cleared when dbstatus is used. 
This has been confirmed on 3.6.4, 3.8.0, and dev branches so it is not new.

A sample session showing the behavior is


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/?41190>

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




reply via email to

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