I want to generate debugging information from my source code in IntelliJ.
I can use this on the command line:
javac -g
But how could I do this in IntelliJ and Ant? Thanks.
In the IDEA Settings Ad | Compiler | Java Compiler , Generate Debug Information . When using Ant, add debug="true" to the <javac> task.
Settings
Compiler
Java Compiler
debug="true"
<javac>
Source: https://habr.com/ru/post/1369360/More articles:Game Center - handling failed achievements? - iphoneIN, NULL processing in TSQL / SQL Server? - sql-serverZend GData worksheet - google-spreadsheet-apiRails 3 plants versus simple creation - ruby-on-railsHow can I do Get on InputStream? - wolfram-mathematicaHow to conditionally hide a page title in a Reporting Services report - sql-server-2008https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1369362/how-do-you-know-the-version-of-the-remote-mercurial-repository&usg=ALkJrhiyZgIKkFuoxMivSdqOhsTKSIbSLwDisable filter in specific module / action in symfony - filterIs it possible for OpenGL to work with a .NET form? - .netVolatileImage JFrame on multiple screens - javaAll Articles