diff options
Diffstat (limited to 'glib/glib/running.md')
-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. |