You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2023. It is now read-only.
yaizar edited this page Apr 11, 2017
·
11 revisions
PyCharm IDE
Getting started
Download PyCharm's community version here. Install following the instructions for your platform. Once installed, open it and create a new Scipion project (File -> New Project. Enter your Scipion directory in Location).
Debugging
Start PyCharm from your terminal with the following commands:
export LD_LIBRARY_PATH=<your-scipion-dir>/software/lib/
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
charm
You will need to start debugging (Run -> Debug Scipion) and select the process you're debugging (Run -> Attach to local process).