Tool for introspecting running processes.
Project description
The ‘ispyd’ package provides an in process shell for introspecting a running process. It was primarily intended for investigating running WSGI application processes, specifically to determine what a process is doing when it hangs, but has many other features as well. This includes being able to start an embedded interactive Python interpreter session, set debugger probe points to record tracebacks for exceptions and then later run ‘pdb’ in post mortem mode on those exceptions.