doctorer
doctorer

Reputation: 1772

Switch between Run and Debug modes in Pycharm

I have a Python script running in PyCharm and I would like to interrupt it, examine a variable and resume. If I was using debug mode, this would be straightforward, but unfortunately I am not (and the script has been running for 24 hours). Is it possible to pause the script and then enter debug mode to examine a variable?

Upvotes: 1

Views: 121

Answers (1)

Batman
Batman

Reputation: 8927

It is not. You're too late, I'm afraid.

Upvotes: 1

Related Questions