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

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

[Octave-bug-tracker] [bug #46451] unable to set breakpoints within class


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #46451] unable to set breakpoints within classdef classes
Date: Sun, 15 Nov 2015 19:15:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.4.0

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

                 Summary: unable to set breakpoints within classdef classes
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Sun 15 Nov 2015 19:15:32 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

It seems that it is not possible to set a breakpoint within a classdef class.


octave> dbstop ("inputParser")
error: add_breakpoint: unable to find the requested function

octave> dbstop ("inputParser.inputParser")
error: unknown package `inputParser'
error: add_breakpoint: unable to find the requested function

octave> dbstop ("inputParser/inputParser")
error: add_breakpoint: unable to find the requested function

octave> dbstop ("inputParser/inputParser")
error: add_breakpoint: unable to find the requested function

octave> dbstop ("inputParser.addRequired")
error: add_breakpoint: unable to find the requested function

octave> dbstop ("inputParser/addRequired")
error: add_breakpoint: unable to find the requested function


This may be related with not being able to define a classdef on the
interpreter or why "which" does not associate it with a file.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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