Rollo Jenkins
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
-
Rollo Jenkins created a post, AnsweredNavigating to source code links in the debug console using the keyboard
I'm trying to use pycharm without a mouse. I can run a debug session, naviagate to the debug colsole (Alt-5), and switch to the console tab (Alt-Left) to read the traceback. The last thing I need t... -
Rollo Jenkins created a post, Running python scripts with nice and ionice
Hi,Is it possible to configue pycharm to run scripts with the command:/usr/bin/nice -n 19 /usr/bin/ionice -c2 -n7I need my scripts to run with the lowest possible priority. Thank you for your time.