开发者

How to specify java compiler option in IntelliJ and Ant

I want to generate debug information from my source code in IntelliJ.

I can use this in command line:

javac -g

But how co开发者_如何学编程uld I do that in IntelliJ and Ant? Thanks.


In IDEA enable Settings | Compiler | Java Compiler, Generate debugging info. When using Ant add debug="true" to <javac> task.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜