开发者

How to specify java compiler option in IntelliJ and Ant

开发者 https://www.devze.com 2023-03-31 01:48 出处:网络
I want to generate debug information from my source code in IntelliJ. I can use this in command line: javac -g

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

精彩评论

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