]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add documentation for remote debugging with pdb (#134260)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Tue, 20 May 2025 23:50:49 +0000 (19:50 -0400)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 23:50:49 +0000 (19:50 -0400)
commit6856a04d68bc1b779b5756a8a7c0ef08d684a630
treee853aba9609e519b93cdcf1dc92f04f047ddc79c
parent2f0570caf490d4edbfbfd75c529cdee24f6edb8a
Add documentation for remote debugging with pdb (#134260)

* Mention remote debugging via -p PID in usage text

Adds a brief note to the pdb help summary about attaching to a running
process using the -p option, making the remote debugging feature
more visible.

* Mention remote debugging in pdb.rst
Doc/library/pdb.rst
Lib/pdb.py