Daniel Schmidt
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 2
-
已编辑于 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... -
已编辑于 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...