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

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

[Octave-bug-tracker] [bug #53032] Variable Editor: Leftover debugging co


From: Rik
Subject: [Octave-bug-tracker] [bug #53032] Variable Editor: Leftover debugging code in delete operation
Date: Wed, 31 Jan 2018 17:40:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: Variable Editor: Leftover debugging code in delete
operation
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 31 Jan 2018 02:40:14 PM PST
                Category: GUI
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

At least, I think that is what is happening.  If I delete a column or a row in
the Variable Editor a disp() statement is displayed and executed.  I assume
this was the equivalent of printf debugging during the original coding.

Steps to Reproduce:


x = magic (3)
openvar x
# Select second column, Right-Click and choose Delete Column


The column is successfully deleted, but back in the Command Window there is
this:


disp ('1,3,2,2');

1,3,2,2







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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