I want to generate debug information from my source code in IntelliJ.
I can use this in command line:
javac -g
But how could 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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With