Skip to content

[3.14] Add documentation for remote debugging with pdb (GH-134260) #134398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 20, 2025

  • 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
    (cherry picked from commit 6856a04)

Co-authored-by: ivonastojanovic [email protected]


📚 Documentation preview 📚: https://cpython-previews--134398.org.readthedocs.build/

* 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
(cherry picked from commit 6856a04)

Co-authored-by: ivonastojanovic <[email protected]>
@python-cla-bot
Copy link

python-cla-bot bot commented May 20, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@pablogsal pablogsal enabled auto-merge (squash) May 20, 2025 23:51
@pablogsal pablogsal merged commit b0bf48a into python:3.14 May 21, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants