How to inspect a variable (sys.modules) for changes in the execution of a program?

python at bdurham.com python at bdurham.com
Tue Feb 15 18:17:50 EST 2011


Jorge,

It's been a while since I felt the need to use a Python debugger, but I
could swear that most (all?) Python debuggers allow you to watch a
specific variable.

Check out the debuggers on the following page:
http://wiki.python.org/moin/PythonDebuggers

Malcolm



More information about the Python-list mailing list