mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374)
gh-131591: Document Py_REMOTE_DEBUG (GH-135929)
(cherry picked from commit 9aac5a3d44)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
5df4f353ad
commit
236498c845
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