Add variable attributes to generated class files
|
If enabled, variable attributes are added to the class file. This will enable local variable names to be displayed in the debugger (in places where variables are
definitely assigned) The resulting .class file is then bigger.
|
On
|
Add line number attributes to generated class files
|
If enabled, line number information is added to the class file. This will enable source code highlighting in the debugger.
|
On
|
Add source file name to generated class file
|
If enabled, the source file name is added to the class file. This will enable the debugger to present the corresponding source code.
|
On
|
Preserve unused local variables
|
If enabled, unused local variables (i.e. never read) are not stripped from the class file. If stripped this potentially alters debugging.
|
On
|
Inline finally blocks
|
If enabled, finally blocks are inlined in the generated class files. This positively affects performance, but may result in larger class files.
|
Off
|