Julian
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Julian created a post, AnsweredHow to write and run unit tests for a Python plugin in 2024?
Hey 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... -
-
-
-
Julian created a post, AnsweredClassNotFoundException when Using Tyrus and Grizzly with PyCharm Plugin
Hi 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` ... -
-
-
-
Julian created a post, AnsweredSocket Exception trying to use Debugger in PyCharm
Hey,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...