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 256417

Summary: IllegalArgumentException: frame method different than variable's method
Product: debugger Reporter: gholmer <gholmer>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: jag
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220123
Attachments: stacktrace

Description gholmer 2015-11-06 15:04:27 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
gholmer: "Silent exception" reported; this exception was triggered when trying to report that one.

jag: Hit the "step" button while debugging




Stacktrace: 
java.lang.IllegalArgumentException: frame method different than variable's method
   at com.sun.tools.jdi.LocalVariableImpl.isVisible(LocalVariableImpl.java:123)
   at org.netbeans.modules.debugger.jpda.jdi.LocalVariableWrapper.isVisible(LocalVariableWrapper.java:426)
   at org.netbeans.modules.debugger.jpda.models.ObjectLocalVariable.setValue(ObjectLocalVariable.java:188)
   at org.netbeans.modules.debugger.jpda.models.AbstractVariable.setValue(AbstractVariable.java:258)
   at org.netbeans.modules.debugger.jpda.ui.models.VariablesTableModel.setValueAt(VariablesTableModel.java:414)
   at org.netbeans.spi.viewmodel.Models$DelegatingTableModel.setValueAt(Models.java:2347)
Comment 1 gholmer 2015-11-06 15:04:29 UTC
Created attachment 157189 [details]
stacktrace
Comment 2 Martin Entlicher 2015-11-09 13:02:11 UTC
Some uncommitted property editor was likely opened in Variables view.
All changes to variable values should be committed before a debugger action runs.