This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151863 - Can't evaluate expressions when debugging java
Summary: Can't evaluate expressions when debugging java
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomas Zezula
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 14:20 UTC by Jiri Prox
Modified: 2013-01-11 17:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134273


Attachments
stacktrace (2.07 KB, text/plain)
2008-10-30 14:20 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2008-10-30 14:20:26 UTC
Build: NetBeans IDE Dev (Build 081029)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Linux, 2.6.22-15-generic, i386

User Comments:
jiriprox: AE when debugging project



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.api.java.source.JavaSource.createTaggedController(JavaSource.java:508)
        at org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createTaggedCompilationController(JavaSource.java:695)
        at org.netbeans.modules.java.source.JavaSourceUtilImpl.createTaggedCompilationController(JavaSourceUtilImpl.java:56)
        at org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.createTaggedCompilationController(JavaSourceUtilImpl.java:75)
        at org.netbeans.modules.java.preprocessorbridge.api.JavaSourceUtil.createControllerHandle(JavaSourceUtil.java:93)
        at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.getPreferredCompilationController(EditorContextImpl.java:1112)
Comment 1 Jiri Prox 2008-10-30 14:20:35 UTC
Created attachment 72909 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2008-11-05 16:41:06 UTC
Typically happens when you hover the mouse cursor over text when debugging. This does not happen if you keep away from
the editor or anything that that would make the debugger 'evaluate' something.
Comment 3 Vitezslav Stejskal 2008-11-06 11:28:25 UTC
Moving to editor/Parsing & Indexing.
Comment 4 Tomas Zezula 2008-11-06 16:16:14 UTC
bc2e814493f0
944360d9ad78
e748361b0edf

Comment 5 Jiri Prox 2013-01-11 17:27:29 UTC
v.