主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Milligangregg
活动总数
11
最后的活动
2020年08月04日 23:12
成员加入日期
2020年07月23日 19:20
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2020年08月04日 23:12
Thank you, Alexander. This worked for me. In addition to adding this to the build.gradle file: intellij { version '2020.1.3' plugins 'java' <--- added this} I also had to add this to the...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年08月04日 16:46
Alexander Zolotov I think this is what I need here: com.intellij.debugger.engine.JavaStackFrame This may be a straight forward and simple question, since I'm new to intellij plugin development; Is ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年08月03日 23:03
It looks like JavaStackFrame is special, in that I can't use the usual Alt + Enter to choose to import it. Is there an additional way to include this dependency into the file, for example, somet...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年08月03日 02:01
This is brilliant; it helped out a lot. I'm very grateful for your help. I was able to get past my roadblock. Would you mind helping with my next goal? I am looking at how to get the name of t...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年07月30日 01:36
Thank you for your patience. I am having difficult understanding how I can use the example code inside my plugin. In the example, I see there is an XValueContainer.computeChildren (line 196). Al...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年07月28日 21:29
Just revisiting this to see if I can find out how to retrieve debugger values by looking at the platform.api.jar... I see in this file:com\intellij\xdebugger\frame\XCompositeNode.javaIt looks like ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年07月26日 13:50
And this is what I'm trying to get in the code: All variable names in the frame (done) All variable values in the frame (this is what I'm asking for help with) The name of the function where execu...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年07月26日 01:55
If you wouldn't mind answering another question... This first part works like a charm, thank you for pointing me in the right direction towards subscribing to debugger events; The code that I have ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票