I was wondering how you can set the debug level when building a java source file or project in the Eclipse IDE? The way I would do it manually with java would be
javac -g Foo.java
You can control the debug output by selecting the Properties menu entry when rightclicking your project in the Package Explorer view and selection the Java Compiler entry in the dialog.