imgui.gdb (555B)
1 # GDB configuration to aid debugging experience 2 3 # To enable these customizations edit $HOME/.gdbinit (or ./.gdbinit if local gdbinit is enabled) and add: 4 # add-auto-load-safe-path /path/to/imgui.gdb 5 # source /path/to/imgui.gdb 6 # 7 # More Information at: 8 # * https://sourceware.org/gdb/current/onlinedocs/gdb/gdbinit-man.html 9 # * https://sourceware.org/gdb/current/onlinedocs/gdb/Init-File-in-the-Current-Directory.html#Init-File-in-the-Current-Directory 10 11 # Disable stepping into trivial functions 12 skip -rfunction Im(Vec2|Vec4|Strv|Vector|Span)::.+