Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] reading attributes

Sorry, JDI does *not* provide a generic API for reading debug attributes 
from class files.

Darin Wright
Eclipse Debug Lead,
Rational Team,
IBM Canada
(204)934-4114



Ralf Anklam <ikeman@xxxxxxxxxxxxxxx> 
Sent by: jdt-debug-dev-bounces@xxxxxxxxxxx
11/15/2005 03:09 AM
Please respond to
"Eclipse JDT Debug developers list."


To
jdt-debug-dev@xxxxxxxxxxx
cc

Subject
[jdt-debug-dev] reading attributes






Hello,

according to chapter 4 in "The JavaTM Virtual Machine Specification"
there is the opportunity to defining additional
attributes in classfile, field_info and method_info in class files.
These attributes can be used for debug purposes.
For JSR-045 - support the SourceDebugExtension was added to the
classfile attributes. This attribute holds the
smap-information and the JDI-API provides access via method
ReferenceType.sourceDebugExtension().

How can other attributes read out? Does JDI-API provide this
functionality? I cannot find anything.
Is it possible to read out these attributes with jdimodel elements from
eclipse?

Best regards,
Ralf Anklam
_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev




Back to the top