Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-131591: Allow pdb to attach to a running process#132451

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pablogsal merged 40 commits intopython:mainfromgodlygeek:remote_pdb
Apr 25, 2025
Merged
Changes from1 commit
Commits
Show all changes
40 commits
Select commitHold shift + click to select a range
5225333
Allow pdb to attach to a running process
godlygeekApr 12, 2025
78a3085
Remove 2 unused _RemotePdb instance attributes
godlygeekApr 15, 2025
90e0a81
Reduce duplication for 'debug' command
godlygeekApr 15, 2025
e44a670
End commands entry on 'end' and ^C and ^D
godlygeekApr 15, 2025
e837246
Set the frame for remote pdb to stop in explicitly
godlygeekApr 15, 2025
27efa97
Fix an unbound local in an error message
godlygeekApr 15, 2025
557a725
Clean up remote PDB detaching
godlygeekApr 15, 2025
7f7584a
Allow ctrl-c to interrupt a running process
godlygeekApr 17, 2025
5666ffb
Automatically detach if the client dies unexpectedly
godlygeekApr 17, 2025
325f166
Clear _last_pdb_instance on detach
godlygeekApr 17, 2025
72830e2
Refuse to attach if another PDB instance is installed
godlygeekApr 17, 2025
27c6780
Handle the confirmation prompt issued by 'clear'
godlygeekApr 18, 2025
baaf28a
Make message and error handle non-string args
godlygeekApr 18, 2025
e61cc31
Add some basic tests
pablogsalApr 18, 2025
5d59ce1
Don't use deprecated method
pablogsalApr 18, 2025
09adb2b
Try to prevent a PermissionError on Windows
godlygeekApr 18, 2025
600aa05
Address review comments
godlygeekApr 20, 2025
0601f10
Add protocol versioning and support -c commands
godlygeekApr 20, 2025
5a1755b
Fix tests to match new _connect signature for protocol versioning/com…
godlygeekApr 21, 2025
f184e4e
Add some comments describing our protocol
godlygeekApr 21, 2025
82b71f8
Use the 'commands' state for '(com)' prompts
godlygeekApr 22, 2025
3986c17
Remove choices parameter from _prompt_for_confirmation
godlygeekApr 22, 2025
2e69667
Rename _RemotePdb to _PdbServer
godlygeekApr 22, 2025
55adbcc
Avoid fallthrough in signal handling
godlygeekApr 22, 2025
0bda5c2
Fix handling of a SystemExit raised in normal pdb mode
godlygeekApr 22, 2025
5e93247
Address nit
godlygeekApr 22, 2025
f799e83
Use textwrap.dedent for test readability
godlygeekApr 22, 2025
46fb219
Drop dataclasses dependency
godlygeekApr 22, 2025
1ec9475
Combine the two blocks for handling -p PID into one
godlygeekApr 22, 2025
662c7eb
Add a news entry
godlygeekApr 22, 2025
ac36d7d
Skip remote PDB integration test on WASI
godlygeekApr 22, 2025
f06d9c2
Two small things missed in the previous fixes
godlygeekApr 22, 2025
715af27
Remove call to set_step in interrupt handler
godlygeekApr 22, 2025
c654fdf
More tests
pablogsalApr 23, 2025
205bc55
More tests
pablogsalApr 23, 2025
bbe784b
More tests
pablogsalApr 23, 2025
30cb537
Add what's new entry
pablogsalApr 23, 2025
659556f
use dedent
pablogsalApr 23, 2025
6c2d970
Add synchronization to test_keyboard_interrupt
godlygeekApr 24, 2025
100be44
Stop sending a "signal" message in test_keyboard_interrupt"
godlygeekApr 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
Allow pdb to attach to a running process
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
  • Loading branch information
@godlygeek
godlygeek committedApr 12, 2025
commit52253335fbfae9a42a7ffe8f1cee30a172b81433
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp