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

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

[Octave-bug-tracker] [bug #57161] [GUI] "Step in" button does not load f


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #57161] [GUI] "Step in" button does not load function in editor
Date: Sun, 3 Nov 2019 12:34:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4

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

                 Summary: [GUI] "Step in" button does not load function in
editor
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Sun 03 Nov 2019 06:34:31 PM CET
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Since a few csets (maybe < 2-3 days I think), when debugging and clicking on
"Step in" when the pointer is at a function call, the relevant file to be
stepped into isn't loaded in the editor anymore.
However, it is loaded in the interpreter as "dbdown" in the terminal works and
actually lists the file-to-be-stepped-into:

>> pkg load econometrics
stopped in pkg at line 377
[C:\Programs\Octave\Octave-6.0.0_20191103def\mingw64\share\octave\6.0.0\m\pkg\pkg.m]
377:   switch (action)
         ## Few "step" clicks
debug>   ## Hey, no load_packages.m loaded in editor
debug> dbdown
stopped in load_packages at line 1
[C:\Programs\Octave\Octave-6.0.0_20191103def\mingw64\share\octave\6.0.0\m\pkg\private\load_packages.m]
debug>


(where I set a breakpoint at L.377, clicked the "step" button until pointer
was at L.495 and then clicked "step in".

Smells like another manifestation of mismatching 8.3 vs. LFN path names.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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