| Variables dont appear in the variables view [message #36919] |
Wed, 22 April 2009 05:43 |
Sheela Messages: 52 Registered: July 2009 |
Member |
|
|
Hi,
We have an IDE based on Eclipse DLTK framework running on Eclipse 3.4 DLTK
M4.
I noticed a bug, while debugging a script in my editor.
We have variables like a.b.c , a.b.d , where "b" appears under "a" in the
variables view and "c" and "d" appear under "b".
This worked fine with previous versions of dltk after i implemented the
commands property_get, and context_get in the script engine.
This functionality works fine only as long as the variables tree is
colapsed, But the moment i expand it to view the variable tree (say
a.b.c),when i step further,(so that a.b.d is encountered) the view does
not get updated with the new variable.
Any pointers to the reason behind this behaviour? Is this a bug with DLTK?
Thanks in advance
Regards,
Sheela
|
|
|