.TH "WINPDB" "1" .SH "NAME" winpdb, rpdb2 \(em platform independent Python debugger .SH "SYNOPSIS" .PP \fBwinpdb, rpdb2\fR [\fB-h, \-\-help\fP] [\fB-d, \-\-debuggee\fP] [\fB-a, \-\-attach\fP] [\fB-o, \-\-host\fP] [\fB-r, \-\-remote\fP] [\fB-e, \-\-encrypt\fP] [\fB-p, \-\-pwd\fP] [\fB-s, \-\-screen\fP] [\fB-c, \-\-chdir\fP] [\fB\-\-debug\fP] [[ [...]]] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBwinpdb\fR and \fBrpdb2\fR commands. .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. .PP \fBwinpdb\fR is a GUI frontend to \fBrpdb2\fR, a remote debugger for python, which is capable to debug threads- and curses-based code. .SH "OPTIONS" .PP These programs follow the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP "\fB-h\fP \fB\-\-help\fP " 10 Print the program's help. .IP "\fB-d\fP \fB\-\-debuggee\fP " 10 Start debuggee and break into it, without starting a debugger console. .IP "\fB-a\fP \fB\-\-attach\fP " 10 Attach to an already started debuggee. .IP "\fB-o\fP \fB\-\-host\fP " 10 Specify host for attachment. .IP "\fB-r\fP \fB\-\-remote\fP " 10 Allow debuggees to accept connections from remote machines. .IP "\fB-e\fP \fB\-\-encrypt\fP " 10 Force encrypted connections between debugger and debuggees. .IP "\fB-p\fP \fB\-\-pwd\fP " 10 Password. This flag is available only on NT systems. On other systems the password will be queried interactively if it is needed. .IP "\fB-s\fP \fB\-\-screen\fP " 10 Use the Unix screen utility when spawning the debuggee. .IP "\fB-c\fP \fB\-\-chdir\fP " 10 Change the working directory to that of the launched script. .IP "\fB\-\-debug\fP " 10 Debug prints. .SH "AUTHOR" .PP This manual page was written by Bernd Zeimetz for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2, as published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License, Version 2, can be found in /usr/share/common-licenses/GPL-2. .\" created by instant / docbook-to-man, Mon 30 Apr 2012, 21:52