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

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

[Octave-bug-tracker] [bug #53005] Variable editor: slow performance with


From: Rik
Subject: [Octave-bug-tracker] [bug #53005] Variable editor: slow performance with large arrays
Date: Thu, 1 Feb 2018 20:30:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #23, bug #53005 (project octave):

@jwe: "The workspace view is no longer upated at the debug prompt"

This works for me.  I used the following script


clear all
x = 0;
openvar x
keyboard;
x++;
x++;
x++;
x++;


I use dbnext to advance line by line and the value of x is updated both in the
Workspace tab and in the Variable Editor tab.  In fact, 'ans' is also updated
so everything really seems to be working.



(file #43156)
    _______________________________________________________

Additional Item Attachment:

File name: tst_debug.m                    Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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