Reputation: 4088
I have some python code which is being run by a web service when a button is clicked. This means that I don't have a console associated with the python process.
Is it possible to "pop up" a PDB debugger, and if so, how would I accomplish this?
Upvotes: 1
Views: 65