Hi,
there is a issue watching a object subclassed from a built in (e.g. dict).
class Prova(dict):
def __init__(self):
dict.__init__(self)
self.pippo="PIPPO"
pippo=Prova()
watching the variable pippo i should view pluto.pippo. This is what i get:
pluto.pippo exist but i can't see it in the debugger...
There is an open issue for this case on http://youtrack.jetbrains.com/issue/PY-9894
Please vote for this issue to receive notifications about updates.