Compiling with the -g option?
Hi there,
yeah, I would like to know if it is possible to tell if a class file has been compiled with the -g option. I would like to do this since I am writing a debugger that requires java files that have been compiled with this option - in order to access debugging information; and without it I cannot do anything.
Thanks for your time in advance.
- Edd.

