diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2023-04-30 18:32:12 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2023-04-30 18:32:12 +0100 |
commit | e70c414d5075611fe612a8fdf0a713c6e8657ea0 (patch) | |
tree | 96364c9ff2d5ee973cbf0a7b8985899a10a9abe0 | |
parent | 114b66992fbd584a23299454a74f6e29247825d9 (diff) | |
download | gtk+-docs-gtk-org.tar.gz |
glib: Add missing section titledocs-gtk-org
-rw-r--r-- | glib/glib/running.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/glib/running.md b/glib/glib/running.md index b5b7eec90d..6aca49e704 100644 --- a/glib/glib/running.md +++ b/glib/glib/running.md @@ -174,6 +174,8 @@ set (code-page) used by that is not necessarily the same as the system default ANSI code-page. Strings in this character set are returned by functions like `strftime()`. +## Debugging with GDB + GLib ships with a set of Python macros for the GDB debugger. These includes pretty printers for lists, hashtables and GObject types. It also has a backtrace filter that makes backtraces with signal emissions easier to read. |