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

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

[Octave-bug-tracker] [bug #56157] Setting breakpoint in non-existent sub


From: Rik
Subject: [Octave-bug-tracker] [bug #56157] Setting breakpoint in non-existent subfunction now produces obtuse error
Date: Wed, 17 Apr 2019 13:52:26 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <https://savannah.gnu.org/bugs/?56157>

                 Summary: Setting breakpoint in non-existent subfunction now
produces obtuse error
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 17 Apr 2019 10:52:24 AM PDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Any

    _______________________________________________________

Details:

To reproduce the problem use the attached goo.m


function goo
   hoo() ;
endfunction

function hoo
   disp('hoo') ;
endfunction


In Octave 4.4.1,


dbstop goo>foo
error: add_breakpoint: unable to find function 'goo>foo'


In Octave 5.1.0 (and devel branch)


dbstop goo>foo
error: octave_base_value::user_code_value(): wrong type argument '<unknown
type>'







    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 17 Apr 2019 10:52:24 AM PDT  Name: goo.m  Size: 79B   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=46787>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56157>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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