Daniel Schmidt
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
-
-
-
-
-
-
Daniel Schmidt created a post, Answeredhow 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 created a post, AnsweredProvide 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...