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.

[383 byte] By [mightymightyeddturnipa] at [2007-9-28 14:02:38]
# 1
Have you read this? http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html
cknelsena at 2007-7-12 10:20:53 > top of Java-index,Developer Tools,Java Compiler...