This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Compiling .class files & stabs
- To: Paul Flinders <paul at dawa dot demon dot co dot uk>
- Subject: Compiling .class files & stabs
- From: Andrew Haley <aph at redhat dot com>
- Date: Wed, 7 Feb 2001 12:12:56 +0000 (GMT)
- Cc: java at gcc dot gnu dot org
- References: <3A813B23.AE77AFD3@dawa.demon.co.uk>
Paul Flinders writes:
> I notice that stabs are not generated for local variables or arguments
> when compiling from .class files (i.e no PSYM, LBRAC or RBRAC
> stabs are generated), even if -g2 or -g3 is specified
Are you sure that you compiled the .class file and the .java file with
-g?
Andrew.