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 <property> element to an Ant target in your build file,
|
---|
27 | for
|
---|
28 | example:<codeblock><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.