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

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

[Octave-bug-tracker] [bug #47295] Breakpoints are lost after saving file


From: Ruslan
Subject: [Octave-bug-tracker] [bug #47295] Breakpoints are lost after saving file
Date: Sun, 28 Feb 2016 15:10:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/47.0.2526.73 Chrome/47.0.2526.73 Safari/537.36

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

                 Summary: Breakpoints are lost after saving file
                 Project: GNU Octave
            Submitted by: l0110111
            Submitted on: Sun 28 Feb 2016 03:10:09 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Test with the following code:


function octave_test1()
x=5;
y=6
z=7;
end


Steps to reproduce:
1. Set breakpoints on three lines of assignment to x,y,z
2. Run (F5)
3. On hitting the first breakpoint, Stop ("Quit Debug Mode")
4. Add a new line after `z=7;`
5. Save
6. Run

After step 6 you'll see that breakpoints have vanished, and terminal has `y = 
6` output, meaning that the program has actually executed past all the
original breakpoints.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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