We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df4f35 commit 236498cCopy full SHA for 236498c
Doc/using/configure.rst
@@ -686,6 +686,13 @@ also be used to improve performance.
686
not compiled. This includes both the functionality to schedule code to be executed
687
and the functionality to receive code to be executed.
688
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).
696
697
.. versionadded:: 3.14
698
0 commit comments