Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Egor Ushakov
Total activity
350
Last activity
December 06, 2023 08:22
Member since
April 08, 2014 09:02
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
128
Activity overview
Articles (0)
Posts (0)
Comments (222)
Sort by recent activity
Recent activity
Votes
Created
April 24, 2014 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?
Community
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 votes
Created
April 24, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 votes
Created
April 24, 2014 09:06
Hi, unfortunately there is no API for current breakpoints panels modification. What exactly are you trying to achieve?
Community
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 votes
Created
June 17, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Working with breakpoints in decompiled source
0 votes
Created
September 24, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
Getting location of .class file being run by the debugger (the VM)
0 votes
Created
August 15, 2014 09:38
Hi, try using "Before launch" action in the configuration, this way you can for example run any other configuration before launch
Community
IntelliJ IDEA Open API and Plugin Development
Attaching a debugger using a custom run configuration
0 votes
Created
August 18, 2014 08:50
I'm not sure public API is available for that, try having a look at com.intellij.execution.BeforeRunTask
Community
IntelliJ IDEA Open API and Plugin Development
Attaching a debugger using a custom run configuration
0 votes
Created
August 21, 2014 17:38
SuspendContext (which is passed to DebugProcessListener.paused) has getFrameProxy() method that returns information about current stack frame.Is it enough?
Community
IntelliJ IDEA Open API and Plugin Development
implements(override) debug event for Java in plugin for Intellij Idea
0 votes
Created
March 11, 2015 08:55
Hi, there is a feature request https://youtrack.jetbrains.com/issue/IDEA-36231, please vote
Community
IntelliJ IDEA Open API and Plugin Development
Accessing variable's instance through debug information
0 votes
Created
May 22, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Remote debugging
0 votes
«
First
‹
Previous
Next
›
Last
»