]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131591: Add remote debugging attachment protocol documentation (#132638)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Mon, 21 Apr 2025 20:18:24 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 20:18:24 +0000 (20:18 +0000)
commit2b1dac60393d349d9b7cd61db76be0e1b1acb8e0
tree811628072c5b918889aa5666f50c9cd13edf45dd
parentda53660f35db2dfb1e6181e603468dfe5758f3b8
gh-131591: Add remote debugging attachment protocol documentation (#132638)

Add a developer-facing document describing the protocol used by
remote_exec(pid, script) to execute Python code in a running process.
This is intended to guide debugger and tool authors in reimplementing
the protocol.

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Doc/howto/index.rst
Doc/howto/remote_debugging.rst [new file with mode: 0644]