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

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

[Octave-bug-tracker] [bug #46632] Breakpoints and program counter arrow


From: anonymous
Subject: [Octave-bug-tracker] [bug #46632] Breakpoints and program counter arrow aren't cleared in some cases
Date: Tue, 08 Dec 2015 14:11:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/43.0.2357.130 Chrome/43.0.2357.130 Safari/537.36

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

                 Summary: Breakpoints and program counter arrow aren't cleared
in some cases
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 08 Dec 2015 02:11:10 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

You can reproduce this on a simple file with the following code:


% start file
function octave_test()
test=1;
test2=2;
end
% end file


Steps to reproduce:
1. Make a breakpoint at "test2=2;" line
2. Run
3. When breakpoint is hit, add a newline after "test=1;"
4. Press "Quit Debug Mode"

If you saved the file between steps 3 and 4, then you have red breakpoint icon
and yellow program counter arrow, which you can't remove except by reopening
the file.

If you didn't save the file, you can remove the breakpoint, but the yellow
program counter arrow will still remain there or on the "end" line.

In any case, you can make a breakpoint on another line ("test=1;") and repeat
the experiment, now adding line break before this line. This will give you two
unremovable yellow arrows and one unremovable breakpoint icon.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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