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

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

[Octave-bug-tracker] [bug #59627] GUI editor doesn't load function file


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #59627] GUI editor doesn't load function file when a breakpoint inside it is hit
Date: Sun, 6 Dec 2020 11:24:50 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: GUI editor doesn't load function file when a
breakpoint inside it is hit
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Sun 06 Dec 2020 05:24:48 PM CET
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hopefully title is sufficiently clear.

But just to be sure, here's how to reproduce:
Create a function 'funca', e.g., as follows:

function out = funca (in);
  out = in + 1;
endfunction


and save it as funca.m.
In the edit pane, set a breakpoint at L. 2 ("out = in + 1"):
Then close the function (I clicked on "close" button).
Next, in command window type:
funca (1)

In the command window, Octave responds with a debug prompt, but funca.m isn't
loaded in the editor. All debug buttons and commands seem to work.

In 5.2.0, funca.m still got loaded in the editor.
In 6.1.0 and dev, this doesn't happen.
I suppose this is a regression (didn't yet mark it as such).

FTR, I got 6.1.0 from ftp.gnu org.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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