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 votes
Recent activity
Votes
Created
May 22, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Remote debugging
0 votes
Created
June 08, 2015 11:44
Hi, you need your process handler to be attaching, like RemoteDebugProcessHandler. Probably you need to simulate what RemoteStateState does in execute.
Community
IntelliJ IDEA Open API and Plugin Development
Debugger terminate server
0 votes
Created
July 07, 2015 09:32
Hi, have a look at debugger-openapi, groovy, scala and other debuggers works on top of java debugger using that way.
Community
IntelliJ IDEA Open API and Plugin Development
JDI and XDebugger Interface
0 votes
Created
April 24, 2014 09:28
Do you mean you want all new exception breakpoints to have "uncaught exceptions" checked and "caught exceptions" unchecked?
Community
IntelliJ IDEA Open API and Plugin Development
How to access Exception Breakpoints panel
0 votes
Created
August 21, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
implements(override) debug event for Java in plugin for Intellij Idea
0 votes
Created
January 19, 2015 16:13
First of all, do you develop your plugin on top of java debugger or general xdebugger API?
Community
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 votes
Created
January 20, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 votes
Created
May 22, 2015 10:27
Hi, does it attach at all?
Community
IntelliJ IDEA Open API and Plugin Development
Remote debugging
0 votes
Created
July 03, 2015 15:04
Hi, this is not yet possible through the open api.I filed https://youtrack.jetbrains.com/issue/IDEA-142268.
Community
IntelliJ IDEA Open API and Plugin Development
How to remove watch tool item in openapi
0 votes
Created
September 14, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
Classpath for custom data type renderer
0 votes
«
First
‹
Previous