Reputation: 1041
I am using PyCharm Community 2019.1 on Windows 10 Enterprise.
Is there any way to keep the run history? Like say I run a script and get the output [first run].
Then I run same script again or another script [second run], I want to be able to refer the output/result of first run.
Is this possible?
Upvotes: 1
Views: 1581
Reputation: 71
Yes you just have to right click on the title of the run and click on "pin tab" and it won't close automatically when you start a new run
Upvotes: 2