Julian
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Julian 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答ClassNotFoundException 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 创建了一个帖子, 已回答Socket 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...