Skip to content

Commit 1ef8b0d

Browse files
authored
Add dependency section for gdb debugging
Added dependency installation instructions for gdb.
1 parent a57e1c9 commit 1ef8b0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/pygdb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# gdb调试
22

3+
### 依赖
4+
sudo apt-get install libc6-dbg
5+
36
### 常规调试
47
```bash
58
gdb -p <pid>

0 commit comments

Comments
 (0)