Oliver Schoenborn

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
-
-
-
-
Oliver Schoenborn created a post, Can't configure code coverage report to ignore missing files
We're using pycharm 4.5.3 professional, but can't find a way of using the "ignore_errors" command line option available in coverage package bundled with PyCharm. We can see the results in the Cover... -
Oliver Schoenborn commented, -
Oliver Schoenborn created a post, Disable inline debugger
Is there any way of disabling the inline debugger? When a breakpoint is hit in PyQt portions of our code, the inline debugger tries to read symbols and our app crashes. Our app works fine if breakp... -
Oliver Schoenborn created a post, Debug of PyQt app causes crash
We are using PyCharm 4.0.4, PyQt 5.3.2 and Python 3.4 to develop a GUI application. If we put a breakpoint in a method of a class the derives from QWidget, and run the app and the breakpoint gets h...