summaryrefslogtreecommitdiffstats
path: root/kdbg/doc/en/invocation.html
blob: 2f99dd00f5d27ce6cbe1f8a1fba138762709da8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Johannes Sixt">
   <title>KDbg - Invocation</title>
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><a href="index.html">Contents</a></p>
<h1>Invoking KDbg from the command line</h1>
<p><pre>
Usage: kdbg [TQt-options] [KDE-options] [options] [program] [core] 

Generic options:
  --help                    Show help about options
  --help-qt                 Show TQt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  -t &lt;file&gt;                 transcript of conversation with the debugger
  -r &lt;device&gt;               remote debugging via &lt;device&gt;
  -l &lt;language&gt;             specify language: C, XSLT []
  -p &lt;pid&gt;                  specify PID of process to debug

Arguments:
  program                   path of executable to debug
  core                      a core file to use
</pre></p></body>
</html>