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

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

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


From: Ruslan
Subject: [Octave-bug-tracker] [bug #46633] Breakpoints and program counter arrow aren't cleared in some cases
Date: Tue, 08 Dec 2015 14:15:36 +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

Follow-up Comment #1, bug #46633 (project octave):

How do I remove the duplicate by anonymous? Here's the whole text:

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/?46633>

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




reply via email to

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