Daniel Schmidt
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 2
-
-
-
-
-
-
Daniel Schmidt 创建了一个帖子, 已回答how to implement a stateless listener (XDebugSessionListener/XDebuggerManagerListener)
Hello Community, The problem I am trying to solve In my Python plugin I want to create an XDebugSessionListener for every Python debug session. So that I can evaluate some information (e.g. version... -
-
Daniel Schmidt 创建了一个帖子, 已回答Provide correctly resolved "synthetic" psi element (Python)
The problem I am trying to solve Hello community, I use the PyDebugValue.getFrameAccessor().evaluate(...) method to evaluate new PyDebugValues.I have a single-line code editor like the Evaluate Exp...