10000 Add a (small) GDB tips section by smontanaro · Pull Request #977 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add a (small) GDB tips section #977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 4, 2022
Prev Previous commit
Update advanced-tools/gdb.rst
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
smontanaro and ezio-melotti authored Nov 3, 2022
commit 747eb558348052cd80a81acbf651298daf2830b2
3 changes: 1 addition & 2 deletions advanced-tools/gdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ GDB tips
========

Learning to use GDB effectively improves your chances of successfully
debugging problems with Python's internals. The tips here aren't yet
organized in any particular way.
debugging problems with Python's internals.

Saving and loading breakpoints
------------------------------
Expand Down
0