Skip to content

Commit cdf5fa2

Browse files
RafaelWOhugovk
andauthored
Convert long sentence to bullet points (by @hugovk)
In remote_rebugging.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6b6a501 commit cdf5fa2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Doc/howto/remote_debugging.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)