From e32c474ae1f43aae3f77bb18fdb57910646de0e3 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 13 May 2024 02:13:07 +0530 Subject: Initial Commit * Basic CSV Parsing and Editable Table Display --- CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb (limited to 'CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb') diff --git a/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb b/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb new file mode 100644 index 0000000..000ff6e --- /dev/null +++ b/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb @@ -0,0 +1,12 @@ +# GDB configuration to aid debugging experience + +# To enable these customizations edit $HOME/.gdbinit (or ./.gdbinit if local gdbinit is enabled) and add: +# add-auto-load-safe-path /path/to/imgui.gdb +# source /path/to/imgui.gdb +# +# More Information at: +# * https://sourceware.org/gdb/current/onlinedocs/gdb/gdbinit-man.html +# * https://sourceware.org/gdb/current/onlinedocs/gdb/Init-File-in-the-Current-Directory.html#Init-File-in-the-Current-Directory + +# Disable stepping into trivial functions +skip -rfunction Im(Vec2|Vec4|Strv|Vector|Span)::.+ -- cgit v1.2.3