主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Egor Ushakov
活动总数
350
最后的活动
2023年12月06日 08:22
成员加入日期
2014年04月08日 09:02
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
128
活动概览
文章(0)
帖子(0)
评论(222)
按最近的活动排序
最近的活动
投票数
创建于
2015年05月22日 13:16
you can try adding a listener to debug process, find it with the descriptor you get from attachVirtualMachine like:DebuggerManager.getInstance(env.getProject()).getDebugProcess(descriptor.getProces...
社区
IntelliJ IDEA Open API and Plugin Development
Remote debugging
0 票
创建于
2015年06月08日 11:44
Hi, you need your process handler to be attaching, like RemoteDebugProcessHandler. Probably you need to simulate what RemoteStateState does in execute.
社区
IntelliJ IDEA Open API and Plugin Development
Debugger terminate server
0 票
创建于
2015年07月07日 09:32
Hi, have a look at debugger-openapi, groovy, scala and other debuggers works on top of java debugger using that way.
社区
IntelliJ IDEA Open API and Plugin Development
JDI and XDebugger Interface
0 票
创建于
2014年04月24日 09:28
Do you mean you want all new exception breakpoints to have "uncaught exceptions" checked and "caught exceptions" unchecked?
社区
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 票
创建于
2014年08月21日 16:29
Hi, please describe in more details what you're trying to achieve.There is a DebuggerManager class where you can add DebugProcessListener and react on various debugger events.
社区
IntelliJ IDEA Open API and Plugin Development
implements(override) debug event for Java in plugin for Intellij Idea
0 票
创建于
2015年01月19日 16:13
First of all, do you develop your plugin on top of java debugger or general xdebugger API?
社区
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 票
创建于
2015年01月20日 16:16
1. It makes sense to allow Boolean in general, I filed https://youtrack.jetbrains.com/issue/IDEA-135439Until it is fixed you can try using PositionManagerEx.evaluateCondition in debugger-impl (thou...
社区
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 票
创建于
2015年05月22日 10:27
Hi, does it attach at all?
社区
IntelliJ IDEA Open API and Plugin Development
Remote debugging
0 票
创建于
2015年07月03日 15:04
Hi, this is not yet possible through the open api.I filed https://youtrack.jetbrains.com/issue/IDEA-142268.
社区
IntelliJ IDEA Open API and Plugin Development
How to remove watch tool item in openapi
0 票
创建于
2015年09月14日 12:02
Hi,please add your jar to the jdk classpath in platform sdk settings.Using this there's no need to put it into jre/ext.Also doing like this I was able to run static and instance methods.
社区
IntelliJ IDEA Open API and Plugin Development
Classpath for custom data type renderer
0 票
«
第一页
‹
上一页