You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
<!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 <file> transcript of conversation with the debugger
|
|
-r <device> remote debugging via <device>
|
|
-l <language> specify language: C, XSLT []
|
|
-p <pid> specify PID of process to debug
|
|
|
|
Arguments:
|
|
program path of executable to debug
|
|
core a core file to use
|
|
</pre></p></body>
|
|
</html>
|