Skip to content

Commit 21e3e84

Browse files
encukoutaegyunkim
authored andcommitted
pythongh-131591: Document Py_REMOTE_DEBUG (pythonGH-135929)
1 parent 7842cfd commit 21e3e84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/using/configure.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,13 @@ also be used to improve performance.
686686
not compiled. This includes both the functionality to schedule code to be executed
687687
and the functionality to receive code to be executed.
688688

689+
.. c:macro:: Py_REMOTE_DEBUG
690+
691+
This macro is defined by default, unless Python is configured with
692+
:option:`--without-remote-debug`.
693+
694+
Note that even if the macro is defined, remote debugging may not be
695+
available (for example, on an incompatible platform).
689696

690697
.. versionadded:: 3.14
691698

0 commit comments

Comments
 (0)