Tim Kräuter

https://timkraeuter.com/
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 8
-
Created 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... -
Created How to run methods during debugging without invalidating the current stack frame
AnsweredWhen 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 ... -
Created Accessing Go debug information (variables) while debugging with a plugin (GoLand)
AnsweredHi,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... -
Created Which disposable to use for a component validator in a settings window?
AnsweredI 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... -
Created How to create a XDebugSession or XStackFrame for testing?
AnsweredI 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 ... -
Edited Error when reading debugging variables during a debugging session with a plugin
AnsweredThis 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... -
Created How to get the type and value of a debugging variable (XValue)?
AnsweredI 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... -
Created Accessing the debug information (variables) while debugging with a plugin (Intellij)
AnsweredHi, 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 ...