Tim Kräuter
https://timkraeuter.com/
- 活动总数 56
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 17
- 订阅数 8
-
创建于 Accessing Python debug information (variables) while debugging with a plugin (PyCharm)
Hi,I wondered if it is possible to access the debug information during a debugging session and show additional information in a PyCharm when a debug session starts plugin. I am looking for an API w... -
创建于 How to run methods during debugging without invalidating the current stack frame
已回答When I invoke methods on the objects in a stack frame during debugging, I invalidate the stack frame and cannot call any getValue() on the stack frame objects anymore (StackFrameImpl always checks ... -
创建于 Accessing Go debug information (variables) while debugging with a plugin (GoLand)
已回答Hi,I wondered if it is possible to access the debug information during a debugging session and show additional information in a GoLand plugin. I am looking for an API with the following capabilitie... -
创建于 Which disposable to use for a component validator in a settings window?
已回答I am validating my JBTextFields in my plugin settings component using the component validation described here. However, it does not seem right to use the project as parent disposable when reading t... -
创建于 How to create a XDebugSession or XStackFrame for testing?
已回答I have created a plugin for visualizing the debugging variables during a debugging session. So far, I have tested the plugin manually.I want to convert my manual testing to JUnit tests. However, I ... -
已编辑于 Error when reading debugging variables during a debugging session with a plugin
已回答This is related to my previous post:https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010503200-Accessing-the-debug-information-variables-while-debugging-with-a-plugin-Intellij-I a... -
创建于 How to get the type and value of a debugging variable (XValue)?
已回答I am trying to visualize the variables during the debugging process in IntelliJ. Coming from this post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010503200-Accessing-the-de... -
创建于 Accessing the debug information (variables) while debugging with a plugin (Intellij)
已回答Hi, I was wondering if it is possible to access the debug information during a debugging session and show additional information in an IntelliJ plugin. I want to visualize the debugging process. I ...