First time here? Check out the FAQ!

Revision history  [back]

There is a Modules tool in the Tools menu that lets you browse data in the same way as Stack Data but starting from sys.modules.  Or, right click on pgv in the editor and select "Watch 'pgv' in Debugger" and then expand it from there.  In the Debug Probe you could also type pgv.__dict__ if pgv is an instance.  That won't work if it's a module, though.