I would need to run a python script for some random amount of time, pause it, get a stack traceback, and unpause it. I’ve googled around for a way to do this, but I see no obvious solution.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s the
statprofmodulepip install statprof(oreasy_install statprof), then to use:There’s a bit of background on the module from this blog post: