Henry Gessau

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Created PyCharm 5 regression: Ctrl-Shift-F10 to run unittest class or method
I used to be able to have my cursor on a test method and hit Ctrl-Shift-F10 to run the unit test. This no longer works.I checked the test class hierarchy, and it seems PyCharm is not finding that t... -
Created Out of memory errors since updating to 4.5.2
With 4.5.2RC and 4.5.2 I can only run for a short while before PyCharm crashes with an out of memory error.This is on Ubuntu 14.04 with JRE 1.8 64-bit. -
Created PyCharm 4.0 inspections - Unresolved references
After upgrading to 4.0 I am having trouble with ignoring unresolved references.1. The warnings show as errors (red instead of yellow) in the code.2. When I select a highlighted warning and add an i... -
Created Debugger "Unable to display frame variables"
When I try to run any unit test in the Openstack nova project[1] and reach a breakpoint, the debugger says "Unable to display frame variables", and I am unable to inspect any variables. I picked No... -
Created PyCharm is spewing tons and tons of messages to the terminal
Running under Ubuntu 12.04 LTS.There is so much junk I don't know which part to paste here that would help. Here is a snippet:[1252132] ERROR - tellij.concurrency.JobLauncher - PyCharm 2.7.3 Buil... -
Created Test fails in nose loader when run under debugger
I am working on openstack code. When I run a unit test without the debugger it works fine: /home/henry/Dev/openstack/quantum/.venv/bin/python run_tests.py -P quantum.tests.unit.test_db_plugin:TestS...