How do you find out what's happening in a process?

Leo Jay python.leojay at gmail.com
Mon Nov 29 01:01:38 EST 2010


Hi all,

I'd like to know how do you guys find out what's happening in your
code if the process seems not work.
In java, I will use jstack <pid> to check stacks of threads and lock status.
But I don't know how to do it in python.

-- 
Best Regards,
Leo Jay



More information about the Python-list mailing list