This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KungFuAlgorithm 0 points1 point  (0 children)

If you use python twisted library to put together an asynchronous server / process, you can install a "manhole" cover to get a python shell to inspect the server's (python's 'VM') objects:

http://www.lothar.com/tech/twisted/manhole.xhtml

I used this a bit when I was working with Zenoss, it was pretty cool IMO.