Enabling debug mode
Debug logging prints considerably more additional information. The debug log includes all information from the verbose log, plus details on Java classes, additional Ant properties and overrides, pre-processing filters, parameters, and stages, and the complete build sequence. The debug log can help you determine the root cause of a problem.
Procedure
Application | Parameters |
---|---|
dita command | --debug, -debug, or -d |
Ant | -v -Dargs.debug=yes |
<property>
element to an Ant target in your build file, for
example: <property name="args.debug" value="yes"/>