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

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

[Octave-bug-tracker] [bug #46928] [debug mode] [GUI] fails to reset brea


From: anonymous
Subject: [Octave-bug-tracker] [bug #46928] [debug mode] [GUI] fails to reset breakpoint after error occurs
Date: Mon, 18 Jan 2016 09:53:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: [debug mode] [GUI] fails to reset breakpoint after
error occurs
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 18 Jan 2016 09:53:36 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: nicmus
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Try this code:

clear all;
a = 1;
b = 2;
c = b;

disp(c)


Set a break point wherever and run the script in debug mode.
Everything works fine.

Now comment the line "b = 2;" and run again the code with some breakpoint
enabled.

The script fails with an error and the debug mode is halted.
Now it is no longer possible to unset/reset the previous breakpoint. It is
necessary to close and open again the script.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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