[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyKDE] eric3>>Debug browser>>local variables
From:       Cedric BRINER <work () infomaniak ! ch>
Date:       2005-04-25 7:36:14
Message-ID: 20050425082602.GA24213 () obs ! unige ! ch
[Download RAW message or body]

distrib: sarge
eric: 3.6.2

hi,

In the case we have a class derived from dictionnary like :

class DICT(dict):
   def __init__(self):
      self.name='a Name'
      print self.name          #        <-----------breakpoint (I)
      super(DICT,self).__init__()


dico=DICT()

is that normal, that at the breakpoint position, I'm not able to see in the \
debug-browser that `self' has a `name' attribute with the value `a Name'??: locals    \
                | Value              | type
- self      {}                   __main__.DICT      <-- i just see this one
 \-name     a Name               String             <-- and not this one

is this the normal behaviour ???


-- 

Cedric BRINER

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic