Skip to content

Commit 52a4439

Browse files
committed
Convert note to subsection
1 parent 4094fd9 commit 52a4439

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/howto/remote_debugging.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ execute Python code remotely.
88

99
Most 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

0 commit comments

Comments
 (0)