Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] LocalVariableTable

Hi
 
I am trying to write code over JDU that attempts to debug AJ code.
At some point when examining a stack frame inside an advice, I am trying to get a mirror to the ‘this’ object using StackFrame.thisObject(). I get an exception:
Exception in thread "active event system driver" com.sun.jdi.InternalException: Unexpected JDWP Error: 35
    at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:47)
    at com.sun.tools.jdi.StackFrameImpl.thisObject(StackFrameImpl.java:127)
 
Searching for this message leads to this old bug:
 
could there be such a problem with ajc?
 
 
 

Back to the top