mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
gh-131591: Document Py_REMOTE_DEBUG (GH-135929)
This commit is contained in:
parent
0a33221594
commit
9aac5a3d44
1 changed files with 7 additions and 0 deletions
|
@ -686,6 +686,13 @@ also be used to improve performance.
|
|||
not compiled. This includes both the functionality to schedule code to be executed
|
||||
and the functionality to receive code to be executed.
|
||||
|
||||
.. c:macro:: Py_REMOTE_DEBUG
|
||||
|
||||
This macro is defined by default, unless Python is configured with
|
||||
:option:`--without-remote-debug`.
|
||||
|
||||
Note that even if the macro is defined, remote debugging may not be
|
||||
available (for example, on an incompatible platform).
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue