Julian
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited How to write and run unit tests for a Python plugin in 2024?
AnsweredHey guys,I am developing a PyCharm-Plugin (my 1st one) that uses the Python Debugger and accesses the PyDebugProcess instances and things related to it. Now, I am facing the challenge to test my cl... -
Edited ClassNotFoundException when Using Tyrus and Grizzly with PyCharm Plugin
AnsweredHi everyone,I'm working on a PyCharm plugin where I'm trying to use Tyrus and Grizzly for WebSockets. The dependencies seem to resolve correctly, and they are included in the `build/distributions` ... -
Created Socket Exception trying to use Debugger in PyCharm
AnsweredHey,I am trying to develop a Plugin for PyCharm that uses the extension points of the Python Debugger. When I run my plugin, PyCharm opens, and when I try to use the debugger there, I get the follo...