FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

support viewing the class layout #749

Closed FrankChen021 closed 3 months ago

FrankChen021 commented 3 months ago

There're many dynamically generated classes in an application: image

when exception raised, we need to know the class layout of such class to help to find more. If we can disassemble the class into source code, it's the best. however, viewing the super classes/interfaces/methods/fields signature currently is enough