1 2HELPER FILES FOR POPULAR DEBUGGERS 3 4imgui.gdb 5 GDB: disable stepping into trivial functions. 6 (read comments inside file for details) 7 8imgui.natstepfilter 9 Visual Studio Debugger: disable stepping into trivial functions. 10 (read comments inside file for details) 11 12imgui.natvis 13 Visual Studio Debugger: describe Dear ImGui types for better display. 14 With this, types like ImVector<> will be displayed nicely in the debugger. 15 (read comments inside file for details) 16 17