Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top