On Nov 20, 2007 12:08 PM, Thomas Hallgren <thomas at tada.se> wrote:
> I'm not referring to the Java code. The JVM extracts symbolic
> information from the binary. If I'm not mistaking, that information is
> not present when the binary is compiled without -g. If I'm wrong about
> this, then we don't need debugging.
Oh, duh. Yeah, you can still get stacktraces, but they won't have
line-numbers if you compile without -g. Probably doesn't matter all
that much, although it might be nice to allow someone hacking pljava
to turn it on if they like. No big deal.
Cheers
Tom