Uzytkownik "Christopher Cobb" <[EMAIL PROTECTED]> napisal w wiadomosci
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> +1 decompiler open API
>
> I work on a project where some components are provided by a team down the
hall.
> Of course, no source is provided because they write perfect code (NOT! :).
But
> it sure would be nice to be able to examine these files.
>
> Taking this further:  has anyone every seen a debugger-friendly
decompiler?
> That is, the line numbers of the decompiled code match the line numbers in
the
> class file (if any).  It would be great to be able to set breakpoints in
this
> decompiled code!
>
JAD has a -lnc option, where he generates a comments with line number from
the original class file - this is what you mentioned above.


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to