Mark English and German manual pages as UTF-8.
[kdbg.git] / kdbg / doc / en / invocation.html
blobbee14a90b17150e82dfc75aa4f6c21241d2d5c49
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 [Qt-options] [KDE-options] [options] [program] [core]
14 Generic options:
15 --help Show help about options
16 --help-qt Show Qt specific options
17 --help-kde Show KDE specific options
18 --help-all Show all options
19 --author Show author information
20 -v, --version Show version information
21 --license Show license information
22 -- End of options
24 Options:
25 -t &lt;file&gt; transcript of conversation with the debugger
26 -r &lt;device&gt; remote debugging via &lt;device&gt;
27 -l &lt;language&gt; specify language: C, XSLT []
28 -a &lt;args&gt; specify arguments of debugged executable
29 -p &lt;pid&gt; specify PID of process to debug
31 Arguments:
32 program path of executable to debug
33 core a core file to use
34 </pre></p></body>
35 </html>