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
July 30, 2014 09:20
Hi,it should work as expected, I do not see anything wrong in the set up you did.If possible please make a screencast of what you do, it may help to find the root cause of the problem.Thanks!
Community
IntelliJ IDEA Users
Breakpoints and Class Filters Dialog
0 votes
Created
July 02, 2014 10:14
Hi,if a breakpoint was correctly set there will be a check mark on the breakpoint's glyph icon in the editor.Debugging may not work in parts of the code that compiled without debug info (e.g. some ...
Community
IntelliJ IDEA Users
intellij debugging issue
0 votes
Created
July 02, 2014 10:07
Hi, Chronon records objects from instrumented classes only, so if you want to see object's content please add corresponding class to the instrumentation list.(Java Collections as well as any other ...
Community
IntelliJ IDEA Users
Are collections or objects supported in the Cronon
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
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 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 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
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
April 08, 2014 14:18
http://youtrack.jetbrains.com/issue/IDEA-12514
Community
IntelliJ IDEA Users
How to enter EOF (Ctrl+z) in Run console?
1 vote
Created
April 08, 2014 09:02
Hi, when you load js script as a stream, there is no way in the debugger to map it back to the script file.Please use approach like this:scriptEngine.eval("load(\"UUIDGenerator.js\");");and it will...
Community
IntelliJ IDEA Users
Break Point ignored while debugging Nashorn Javascript
0 votes
«
First
‹
Previous