IDLE Debugger: class members?
Chris Tavares
tavares at connix.com
Sun May 23 18:28:36 EDT 1999
Hi, I just started playing with Idle (the version that came with Python
1.5.2). It's really cool, but I'm stuck on something that's probably
pretty obvious.
When debugging a class method, how do I get the debugger to show me my
instance variables? All I get in the locals view is self <object
instance at ...>, which isn't very helpful.
Hints, suggestions, anyone?
Thanks,
-Chris
More information about the Python-list
mailing list