Skip to content

Commit 2137c0b

Browse files
encukouPranjal095
authored andcommitted
pythongh-131591: Document Py_REMOTE_DEBUG (pythonGH-135929)
1 parent 4092fb5 commit 2137c0b

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)