|
|
|
|
|
by ebroder
5117 days ago
|
|
You're right! You could do all of this with pdb, but only if you have enough foresight to run the app under pdb to begin with (which I definitely never do). Using GDB, you don't have to change the app or remember to run it in a particular way. |
|