Commit Graph

3 Commits

Author SHA1 Message Date
Yongzi Li cd76eff26e
Docs: fix a couple typos in `Doc/` (GH-132927)
fix minor typos
2025-04-27 15:56:58 -07:00
Stan Ulbrych 08e331d05e
PR 132638 typo fix (#132785)
Update remote_debugging.rst
2025-04-21 20:33:19 +00:00
ivonastojanovic 2b1dac6039
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>
2025-04-21 20:18:24 +00:00