File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1999,11 +1999,12 @@ always available. Unless explicitly noted otherwise, all variables are read-only
19991999
20002000 .. note ::
20012001
2002- You can disable remote debugging support in a Python interpreter by (1) setting
2003- the :envvar: `PYTHON_DISABLE_REMOTE_DEBUG ` environment variable to any value before
2004- starting the interpreter, (2) using the :option: `-X disable_remote_debug `
2005- command-line option, or (3) compiling Python with the
2006- :option: `--without-remote-debug ` build flag.
2002+ To disable remote debugging support, use any of the following:
2003+
2004+ * Set the :envvar: `PYTHON_DISABLE_REMOTE_DEBUG ` environment variable to
2005+ any value before starting the interpreter.
2006+ * Use the :option: `-X disable_remote_debug ` command-line option.
2007+ * Compile Python with the :option: `--without-remote-debug ` build flag.
20072008
20082009 .. audit-event :: sys.remote_exec pid script_path
20092010
You can’t perform that action at this time.
0 commit comments