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

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

[Octave-bug-tracker] [bug #42506] Exiting debug mode unexpectedly


From: anonymous
Subject: [Octave-bug-tracker] [bug #42506] Exiting debug mode unexpectedly
Date: Wed, 04 Jun 2014 16:03:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36

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

                 Summary: Exiting debug mode unexpectedly
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 04 Jun 2014 04:03:28 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: Jingjing Li
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When setting a breakpoint in a m file from the m file editor, and click the
button "Save File and Run", the running stop at the breakpoint.  If then check
the value of a variable in the Command Window, it immediately exit the debug
mode without any warning or error message.  However, after clicking the Run
button, if I further do one "Step In", then check the value of a variable,
everything would be fine and normal.  

A minimum test case:
-------
A = rand(3, 3);
B = A;
C = A;
--------
Set the breakpoint at line 2 (B=A) and run, it stops at line 2.  Then check
the value of A in the command window, it immediately exit the debug mode.

If run and stops at line 2, then click F10 to step forward to line 3, then
check the value of A or B in the command window, everything would be fine.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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