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 @@ -10,11 +10,12 @@ Most platforms require elevated privileges to attach to another Python process.
1010
1111.. note ::
1212
13- You can disable remote debugging support in a Python interpreter by (1) setting the
14- :envvar: `PYTHON_DISABLE_REMOTE_DEBUG ` environment variable to any value before
15- starting the interpreter, (2) using the :option: `-X disable_remote_debug `
16- command-line option, or (3) compiling Python with the :option: `--without-remote-debug `
17- build flag.
13+ To disable remote debugging support, use any of the following:
14+
15+ * Set the :envvar: `PYTHON_DISABLE_REMOTE_DEBUG ` environment variable to
16+ any value before starting the interpreter.
17+ * Use the :option: `-X disable_remote_debug ` command-line option.
18+ * Compile Python with the :option: `--without-remote-debug ` build flag.
1819
1920.. _permission-requirements :
2021
You can’t perform that action at this time.
0 commit comments