Cappy2112

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created PyCharm PY-192.7142.42 - gets permissions error when debugging script, on Windows 10
I've created a debug configuration in Pycharm to I can debug a script. When I click the debug icon, <class 'tuple'>: (<class 'PermissionError'>, PermissionError(13, 'Permission denied'), <traceback... -
Edited Unable to launch multiple intances of PyCharm on Windows 7
I'm trying to run two pycharm sessions at the same time, but haven't been able to do that. https://www.jetbrains.com/help/pycharm/opening-multiple-projects.html I've copied the python source fi... -
Edited Pycharm doesn't activate Anaconda virtual environment - on Windows 7
AnsweredI'm using Pycharm Pro 2017.3 EAP (PY-173.34153.3) on Windows 7 Pro, 64-Bit. The root Anaconda environment is Python 2.7, but I have several Python 3.6 environments created. For my PyCharm project... -
Edited Start SSH Session - does not remember SSH hosts/logins that were previously used
PyCharm 2016.2.3Build #PY-162.1967.10, built on September 7, 2016Licensed to <me>Subscription is active until November 23, 2016JRE: 1.8.0_112-release-b343 x86JVM: OpenJDK Server VM by JetBrains s.r... -
Created How to enable stopping on unhandled exceptions?
AnsweredAccording to this linkhttp://youtrack.jetbrains.com/issue/PY-1498PyCharm is supposed to stop (Break) on unhandled exceptions.I am unable to find documentation on how to enable this feature.Would so... -
Created Is there an eval window/interpreter prompt that works when a program is paused?
I need to change the state of some variables when my program is paused.The best way to describe this is with a competitor's product.In Wing IDE, there is a "Stack Probe" window which is a running P...