Update the English manual.
[kdbg.git] / kdbg / doc / en / invocation.html
blob3768f8c2068f2bb2baa7b39a62f27872cec1ec99
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="Author" content="Johannes Sixt">
6 <title>KDbg - Invocation</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>Invoking KDbg from the command line</h1>
11 <p><pre>
12 Usage: kdbg [options] [program] [core]
13 A Debugger
15 Options:
16 -h, --help Displays this help.
17 -v, --version Displays version information.
18 --author Show author information.
19 --license Show license information.
20 --desktopfile &lt;file name&gt; The base file name of the desktop entry for this
21 application.
22 -t &lt;file&gt; transcript of conversation with the debugger
23 -r &lt;device&gt; remote debugging via &lt;device&gt;
24 -l &lt;language&gt; specify language: C, XSLT
25 -x use language XSLT (deprecated)
26 -a &lt;args&gt; specify arguments of debugged executable
27 -p &lt;pid&gt; specify PID of process to debug
29 Arguments:
30 [program] path of executable to debug
31 [core] a core file to use
32 </pre></p></body>
33 </html>