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

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

[Octave-bug-tracker] [bug #54231] In debug mode an inline function is no


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #54231] In debug mode an inline function is not known.
Date: Mon, 2 Jul 2018 10:46:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

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

                 Summary: In debug mode an inline function is not known.
                 Project: GNU Octave
            Submitted by: dastew
            Submitted on: Mon 02 Jul 2018 02:46:05 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Doug Stewart
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

While I was trying to debug some GSoC work I ran up against this problem.

If you run the shown code it works fine.
If you put a breake point on the ggg(8) line,
and then use the stepinto Icon of the editor window
Octave stops and asks:

file
ggg
does not exist. Do you want to create it?


Somehow in debug mode the inline function is not known! 




a=1

function x=ggg(t)
  x=3
endfunction

ggg(8)








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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