Enabling debug modeWhen the debug mode is enabled, additional diagnostic information is written to the log file. This
information, which includes environment variables and stack trace data, can help you determine the root cause of a
problem.propertycommand linedebuggingdita commanddebuggingdebuggingargs.debugenvironment variablesstack traceargs.debugAntargs.debugFrom the command prompt, add the following parameters:ApplicationParametersdita command--debug,
-debug, or
-dAnt-v -Dargs.debug=yes
You also can add a property element to an Ant target in your build file, for
example: <property name="args.debug" value="yes"/>