Menu

#751 debugger variables window fails for dict subclasses

1.3.18
closed-fixed
debugger (210)
5
2008-07-28
2008-07-15
No

I'm working with a python library that provides a class which subclasses 'dict' (thereby providing both attributes and elements, e.g. http://www.python.org/download/releases/2.2.3/descrintro/#subclassing\). However, the pydev debugger only shows the dictionary elements, not the attributes in the variables window. This severely limits my ability to use the pydev debugger with this library.

Additionally, there seems to be a bug when trying to expand these dict subclasses (by clicking the triangle in the name column) -- the variable will flicker for a second and then the triangle will simply disappear rather than showing me either the dictionary elements or class attributes.

Note that the variables window has the same problem for subclasses of 'list'.

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2008-07-28

    Logged In: YES
    user_id=617340
    Originator: NO

    Fixed for 1.3.19

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2008-07-28
    • milestone: --> 1.3.18
    • status: open --> closed-fixed
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.