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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.