Henry Gessau
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
创建于 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... -
创建于 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. -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...