Eclipse编译器选项 - 如何设置调试级别 [英] Eclipse compiler options - How can I set the debug level

查看:1862
本文介绍了Eclipse编译器选项 - 如何设置调试级别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道如何在Eclipse IDE中构建java源文件或项目时设置调试级别?我用java手动做的方式是

  javac -g Foo.java 


解决方案

您可以通过选择属性菜单项来控制调试输出右键单击包资源管理器视图中的项目,然后在对话框中选择 Java Compiler 条目。




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.

这篇关于Eclipse编译器选项 - 如何设置调试级别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆