[IronPython] How to find class and module variables when debugging IronPython

David.Lawler at franke.com David.Lawler at franke.com
Wed Oct 17 21:50:28 CEST 2007


When debugging an IronPython script I can see local variables in mdbg or 
cordebug.  However, I cannot find a way to get class (self) and module 
variables.  Is there anyway to do this?  It's ok if it requires several 
steps like going up the stack frame and finding a symbol reference and 
then reading the value out of a symbol table.

Thanks,

David



More information about the Ironpython-users mailing list