File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ execute Python code remotely.
88
99Most platforms require elevated privileges to attach to another Python process.
1010
11- .. note ::
11+ Disabling remote debugging
12+ --------------------------
1213
13- To disable remote debugging support, use any of the following:
14+ To disable remote debugging support, use any of the following:
1415
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.
16+ * Set the :envvar: `PYTHON_DISABLE_REMOTE_DEBUG ` environment variable to
17+ any value before starting the interpreter.
18+ * Use the :option: `-X disable_remote_debug ` command-line option.
19+ * Compile Python with the :option: `--without-remote-debug ` build flag.
1920
2021.. _permission-requirements :
2122
You can’t perform that action at this time.
0 commit comments