We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe941c commit a57e1c9Copy full SHA for a57e1c9
Python/pygdb.md
@@ -14,6 +14,8 @@ gdb -p <pid>
14
https://github.com/python/cpython/blob/main/Tools/gdb/libpython.py
15
# python3.10
16
https://github.com/python/cpython/blob/3.10/Tools/gdb/libpython.py
17
+# python3.12
18
+https://github.com/python/cpython/blob/v3.12.3/Tools/gdb/libpython.py
19
```
20
21
#### 使用步骤
0 commit comments