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

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

[Octave-bug-tracker] [bug #41540] dbstatus doesn't correctly list file n


From: Rik
Subject: [Octave-bug-tracker] [bug #41540] dbstatus doesn't correctly list file name for class methods with breakpoints
Date: Mon, 10 Feb 2014 17:50:42 +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/?41540>

                 Summary: dbstatus doesn't correctly list file name for class
methods with breakpoints
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 10 Feb 2014 09:50:41 AM PST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When there is more than one function file with the same name, such as dir.m
and @ftp/dir.m, dbstatus incorrectly lists the wrong file as having the
breakpoint.  The actual breakpoint is set correctly.

Example:


dbstop @ftp/dir
ans =  28
s = dbstatus
s =

  scalar structure containing the fields:

    name = dir
    file = /home/rik/wip/Projects_Mine/octave-dev/scripts/miscellaneous/dir.m
    line =  28


For methods which do not overlap with another function, no file is printed at
all.  This is also wrong.


dbstop @ftp/mget
ans =  36
s = dbstatus
s =

  scalar structure containing the fields:

    name = mget
    file = 
    line =  36







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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