Not the same. The debugger can't read these line numbers. I think what Michal meant was that the lines in the file generated would be in the correct line in the file
/* 100 */ would actually physically be at line 100 in the file otherwise the debugger will look in the wrong place. Pete Michal Szklanowski wrote: > 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