Miranda9
- 活动总数 82
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 20
-
创建于 How does one downgrade pycharm version -- ideally without uninstalling pycharm or keeping multiple version?
已回答I'm currently facing an issue with the latest version of pycharm (detailed at the end). Due to that I want to downgrade pycharm version from 2023.4 to 2023.2 or 2023.3 such that it disturbs my comp... -
创建于 pycharm complaining about git installed wrong despite it just pushing to git!
已回答Git is definitively working fine...even within pycharm! Why am I getting this issue still:```5:40 PM Git is not installedxcrun: error: unable to load libxcrun (dlopen(/Library/Developer/CommandLine... -
创建于 What is the step by step instructions to upgrade my PyCharm from intel silicon to M1 Chip?
When I restored from a time machine pycharm was already there but it was the intel pycharm on my m1 mac. I don't want to lose all my project settings and deployment. Also, I don't understand if I h... -
创建于 How to stop PyCharm's break/stop/halt feature on handled exceptions (i.e. only break on python unhandled exceptions)?
I have that PyCharm is halting on all my exceptions, even the ones I am handling in a `try except` block. I do not want it to break there - I am handling and perhaps expecting an error. But every o... -
创建于 Does uploading to server/deployment overwrite files?
If I manually select a file, does it overwrite the file in the server? I know if I download it asks if I am sure I want to do it but I am unsure if it thats true when sending uploading files. -
创建于 Why is my python environment not appearing on the bottom right of the IDE?
How can I make it appear? It seems it is fine when I check preferences python interpreter...in addition pycharm ide is not finding my import statements either...why? How do I have it always show it... -
创建于 how do I use remote development if the remote cluster requires using duo sign in?
已回答how do I use remote development if the remote cluster requires using duo sign in? -
创建于 Debugger console in pycharm is not allowing me to evaluate expressions
已回答sometime the green arrows for evaluating expressions on the console does appear. But for some reason it's not appear on my main script. Why? -
创建于 how does one drag and drop a program state after a break point?
I want to run the debuger to a specific checkpoint and then copy the python program state it's on after the checkpoint to a different (blank) python console that I am going to use to code with that... -
创建于 How do I test arbitrary code after reaching an arbitrary program state?
What I often want to do is use the python console or run a specific piece of code in a specific program state. However, I do not know how to get to the program state I need for my code to run the w...