We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57e1c9 commit 1ef8b0dCopy full SHA for 1ef8b0d
Python/pygdb.md
@@ -1,5 +1,8 @@
1
# gdb调试
2
3
+### 依赖
4
+sudo apt-get install libc6-dbg
5
+
6
### 常规调试
7
```bash
8
gdb -p <pid>
0 commit comments