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 227618 - org.netbeans.api.debugger.jpda.InvalidExpressionException: No current context
Summary: org.netbeans.api.debugger.jpda.InvalidExpressionException: No current context
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 225959 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-18 13:06 UTC by Chiana
Modified: 2014-07-16 12:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198619


Attachments
stacktrace (1.28 KB, text/plain)
2013-03-18 13:07 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2013-03-18 13:06:58 UTC
Build: NetBeans IDE Dev (Build 201303162300)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows Vista

User Comments:
Chiana: Just noted this error, was "stepping around" with a new package doing some FTP connections/transfers




Stacktrace: 
org.netbeans.api.debugger.jpda.InvalidExpressionException: No current context
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.invokeMethod(JPDADebuggerImpl.java:1047)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.invokeMethod(JPDADebuggerImpl.java:995)
   at org.netbeans.modules.debugger.jpda.models.AbstractObjectVariable.getToStringValue(AbstractObjectVariable.java:477)
   at org.netbeans.modules.debugger.jpda.models.AbstractObjectVariable.getToStringValue(AbstractObjectVariable.java:426)
   at sun.reflect.GeneratedMethodAccessor455.invoke(GeneratedMethodAccessor455.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 Chiana 2013-03-18 13:07:00 UTC
Created attachment 132753 [details]
stacktrace
Comment 2 Martin Entlicher 2013-03-26 16:39:28 UTC
Reproduced.
Comment 3 Martin Entlicher 2013-03-26 17:02:45 UTC
Fixed by changeset:   249513:d13d9d00df9f
http://hg.netbeans.org/core-main/rev/d13d9d00df9f
Comment 4 Ondrej Vrabec 2014-07-16 12:35:11 UTC
*** Bug 225959 has been marked as a duplicate of this bug. ***