Misc: added imgui.gdb and imgui.natstepfilter debugger helpers for gdb and msvc.

This commit is contained in:
Rokas Kupstys
2021-03-11 14:17:00 +02:00
committed by ocornut
parent 033dfd9d35
commit 1bc6f82091
6 changed files with 63 additions and 12 deletions
+11 -2
View File
@@ -1,7 +1,16 @@
HELPER FILES FOR POPULAR DEBUGGERS
imgui.gdb
GDB: disable stepping into trivial functions.
(read comments inside file for details)
imgui.natstepfilter
Visual Studio Debugger: disable stepping into trivial functions.
(read comments inside file for details)
imgui.natvis
Natvis file to describe dear imgui types in the Visual Studio debugger.
Visual Studio Debugger: describe Dear ImGui types for better display.
With this, types like ImVector<> will be displayed nicely in the debugger.
You can include this easily in your Visual Studio project files.
(read comments inside file for details)