@@ -34,13 +34,13 @@ Trepan3k Options
3434 Show file path basenames, e.g. for regression tests.
3535
3636:\- -client:
37- Connect to an existing debugger process started with the --server option. See also options -H and -P .
37+ Connect to an existing debugger process started with the --server option. See also options `` -H `` and `` -P `` .
3838
39- :-x *FILE *, \- -command\= *FILE *:
40- Execute commands from *FILE *.
39+ :-x *FILE *, \- -command\= *debugger-command-path *:
40+ Execute commands from *debugger-command-path *.
4141
42- :\- -cd= *DIR *:
43- Change current directory to *DIR *.
42+ :\- -cd= *directory-path *:
43+ Change current directory to *directory-path *.
4444
4545:\- -confirm:
4646 Confirm potentially dangerous operations.
@@ -54,11 +54,11 @@ Trepan3k Options
5454:\- -different:
5555 Consecutive debugger stops should have different positions.
5656
57- :\- -edit-mode=EDIT_MODE :
57+ :\- -edit-mode={emacs|vi} :
5858 Set debugger-input edit mode, either "emacs" or "vi".
5959
60- :-e *EXECUTE-CMDS *, \- -exec= *EXECUTE-CMDS *:
61- list of debugger commands to execute. Separate the commands with `;; `
60+ :\ - e *debugger-commands-string *, \- -exec\ = *debugger-commands-string *:
61+ list of debugger commands to execute. Separate the commands with `;; `.
6262
6363:\- -highlight={light|dark|plain}:
6464 Use syntax and terminal highlight output. "plain" is no highlight.
@@ -72,23 +72,32 @@ Trepan3k Options
7272:-n, \- -nx:
7373 Don't execute commands found in any initialization files.
7474
75- :-o *FILE *, \- -output= *FILE *:
76- Write debugger's output (stdout) to *FILE *.
75+ :-o *path *, \- -output= *path *:
76+ Write debugger's output (stdout) to *path *.
7777
78- :-p *PORT *,\ --port= *PORT *:
79- Use TCP port number *NUMBER * for out-of-process connections.
78+ :-p *port-number *,\ --port= *port-number *:
79+ Use TCP/IP port number *port-number * for out-of-process connections.
8080
8181:--server:
82- Out-of-process server connection mode.
82+ Out-of-process or "headless" server- connection mode.
8383
8484:--sigcheck:
8585 Set to watch for signal handler changes.
8686
87- :-t *TARGET *, \- -target= *TARGET *:
88- Specify a target to connect to. Arguments should be of form, *protocol *:*address *
87+ :-t *target *, \- -target= *target *:
88+ Specify a target to connect to. Arguments should be of form, *protocol *:*address *.
8989
9090:\- -from_ipython:
91- Called from inside ipython
91+ Called from inside ipython.
92+
93+ :\- -annotate=`` *annotate-number *:
94+ Use annotations to work inside GNU Emacs.
95+
96+ :--prompt-toolkit:
97+ Try using the Python prompt_toolkit module.
98+
99+ :--no-prompt-toolkit:
100+ Do not use prompt_toolkit.
92101
93102:\- -:
94103 Use this to separate debugger options from any options your Python script has.
0 commit comments