|
Project
|
IntelliJ IDEA
|
|
Priority
|
Major |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Eugene Zhuravlev |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
Turning off code coverage gets rid of the issue.
Please try IDEA 6.0.2 to check whether the problem still exist.
As for the code coverage, we had to disable the feature if coverage-enabled configuration is launched by debugger. The problem is that Emma coverage tool used by IDEA leaves "LocalVariableTable" attribute unchanged for instrumented methods. Thus the essential part of debug information gets screwed up, so that debugger simply does not get on well with the instrumented code.
"As for the code coverage, we had to disable the feature if coverage-enabled configuration is launched by debugger"
I've tried to check/uncheck "Add @NotNull assertions" but it doesn't help. More information is in the Declined Issue
http://www.jetbrains.net/jira/browse/IDEA-10670