File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -699,6 +699,13 @@ can be overridden by the local file.
699699 :pdbcmd: `interact ` directs its output to the debugger's
700700 output channel rather than :data: `sys.stderr `.
701701
702+ .. pdbcommand :: attach process
703+
704+ Attach to a running process. The *process * argument could be either a
705+ :class: `subprocess.Popen `, :class: `multiprocessing.Process ` or a process ID.
706+
707+ .. versionadded :: 3.15
708+
702709.. _debugger-aliases :
703710
704711.. pdbcommand :: alias [name [command]]
Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ New modules
8989Improved modules
9090================
9191
92+ pdb
93+ ---
94+
95+ * :pdbcommand: `attach ` command has been added to attach to a running process.
96+ (Contributed by Tian Gao in :gh: `133954 `.)
97+
9298ssl
9399---
94100
You can’t perform that action at this time.
0 commit comments