Pycharm activity or debug logs
Hi,
Does PyCharm provide any diagnostic logs for changes or activity on the global or project specific setup?
I was working on an external task and I (wish i hadn't) had been installing different versions of Python with Brew.
I returned to my Python project in PyCharm and some fatal errors had come up (sorry, I forgot to take a note of them). I managed to recover my setup by going back to the original interpreter that I had setup for the project (mayapy). And everything was working again. However, there are now some issues with the final result of what my project outputs (duplicated meshes with coloured vertices).

During all this, I hadn't changed my installation or setup of Autodesk Maya, which bundles the interpreter I'm using.
Is there a way to go back in time and see what had changed internally on my project setup?
Thanks,
Dan
请先登录再写评论。
You can find logs with **Help | Show logs in...**, but looking at the description, it might be a bug.
Please try re-creating this virtual environment anew and check if the problem persists. If it is, please create an issue in the PyCharm branch of YouTrack on this matter so we can properly process it, post the link to YT issue here so we can find it quicker.