VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/docsrc/readme/enabling-debug-mode.dita@ 99527

Last change on this file since 99527 was 98584, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
3<task id="t-enabling-debug-mode">
4 <title>Enabling debug mode</title>
5 <shortdesc>When the debug mode is enabled, additional diagnostic information is written to the log file.
6 This information, which includes environment variables and stack trace data, can help you
7 determine the root cause of a problem.</shortdesc>
8 <taskbody>
9 <steps>
10 <step>
11 <cmd>From the command prompt, add the following parameters:</cmd>
12 <choicetable>
13 <chhead>
14 <choptionhd>Application</choptionhd>
15 <chdeschd>Parameters</chdeschd>
16 </chhead>
17 <chrow>
18 <choption>Ant</choption>
19 <chdesc><codeph>-v -Dargs.debug=yes</codeph></chdesc>
20 </chrow>
21 <chrow>
22 <choption>Command-line tool</choption>
23 <chdesc><codeph>/d</codeph> or <codeph>-debug</codeph></chdesc>
24 </chrow>
25 </choicetable>
26 <info><p>You also can add a &lt;property> element to an Ant target in your build file,
27 for
28 example:<codeblock>&lt;property name="args.debug" value="yes"/></codeblock></p></info>
29 </step>
30 </steps>
31 </taskbody>
32</task>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette