debugging info while parsing java files

Tom Tromey tromey@cygnus.com
Wed Aug 9 12:27:00 GMT 2000


>>>>> "Sergiy" == Sergiy P Zhenochin <serega@ics.uci.edu> writes:

Sergiy> Is it possible to get debugging info from the parser when gcs
Sergiy> parses .java files? Seems not, just making sure.

Yes, just compile with -g (just like with gcc).
gdb can read this information fairly well.  gdb's Java support isn't
as good as its support for other languages, and presently it has a few
more notable problems, but overall it is adequate for debugging.

Does this answer your question?

Tom


More information about the Java mailing list