主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月24日 11:33
I'm not sure I understand what you need :( Debugger stops at any uncaught exception with the configuration from the screenshot, doesn't it?
社区
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 票
创建于
2014年04月24日 12:32
There is no way to acces the panel, but you can access breakpoint itself. It has changed slightly in 13.1:after 13.1: JavaExceptionBreakpointType breakpointType = XBreakpointType.EXTENSION_POINT_N...
社区
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 票
创建于
2014年04月24日 09:06
Hi, unfortunately there is no API for current breakpoints panels modification. What exactly are you trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 票
创建于
2014年06月17日 15:46
Hi,if your files are of java type then you'll need to override standard java breakpoints first.To do so (in 14 trunk) you should create and register your own XLineBreakpointType with correct canPut...
社区
IntelliJ IDEA Open API and Plugin Development
Working with breakpoints in decompiled source
0 票
创建于
2014年09月24日 09:16
There may be some instrumentation happening in the app that's garbling line numbers.Try "main menu/view/show byte code" standing on that file. It should contain LINE information.
社区
IntelliJ IDEA Open API and Plugin Development
Getting location of .class file being run by the debugger (the VM)
0 票
创建于
2014年08月15日 09:38
Hi, try using "Before launch" action in the configuration, this way you can for example run any other configuration before launch
社区
IntelliJ IDEA Open API and Plugin Development
Attaching a debugger using a custom run configuration
0 票
创建于
2014年08月18日 08:50
I'm not sure public API is available for that, try having a look at com.intellij.execution.BeforeRunTask
社区
IntelliJ IDEA Open API and Plugin Development
Attaching a debugger using a custom run configuration
0 票
创建于
2014年08月21日 17:38
SuspendContext (which is passed to DebugProcessListener.paused) has getFrameProxy() method that returns information about current stack frame.Is it enough?
社区
IntelliJ IDEA Open API and Plugin Development
implements(override) debug event for Java in plugin for Intellij Idea
0 票
创建于
2015年03月11日 08:55
Hi, there is a feature request https://youtrack.jetbrains.com/issue/IDEA-36231, please vote
社区
IntelliJ IDEA Open API and Plugin Development
Accessing variable's instance through debug information
0 票
创建于
2015年05月22日 13:02
Please explain it in more details:- your jar is deployed and you attached to server but debugger does not stop?or- you attach before deploying your jar?Usually jar is deployed already before attach...
社区
IntelliJ IDEA Open API and Plugin Development
Remote debugging
0 票
«
第一页
‹
上一页
下一页
›
最后
»