Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Enhancement request for debugging classes without source code and/or debug info

Thanks for the tip, Carsten!

However, as Tony pointed out,

> * JAD works directly from the class binaries, so no chance of doing anything with automatically generated proxy classes, etc. Also can't handle special class loaders that might load classes from some database or non-standard repository.

so it doesn't really solve the problem I mentioned in my other e-mail.
Besides, JAD is a decompiler, all I want is a disassembler -
decompilers cannot make much sense of hand-generated bytecodes.

Anyway, thanks.

Best,

--
Giuliano Mega <giuliano@xxxxxxxxxx>


Back to the top