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

Summary: Can't evaluate expressions when debugging java
Product: editor Reporter: Jiri Prox <jiriprox>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=134273
Issue Type: DEFECT Exception Reporter: 134273
Attachments: stacktrace

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.