Miranda9
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 20
-
Created How does one downgrade pycharm version -- ideally without uninstalling pycharm or keeping multiple version?
AnsweredI'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... -
Created pycharm complaining about git installed wrong despite it just pushing to git!
AnsweredGit 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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... -
Created how do I use remote development if the remote cluster requires using duo sign in?
Answeredhow do I use remote development if the remote cluster requires using duo sign in? -
Created Debugger console in pycharm is not allowing me to evaluate expressions
Answeredsometime the green arrows for evaluating expressions on the console does appear. But for some reason it's not appear on my main script. Why? -
Created 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... -
Created 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...