Parks-n-Rec/libs/imgui-1.89.6/misc/debuggers
Brett 23730aa690 basic engine 2023-06-12 20:00:53 -04:00
..
README.txt basic engine 2023-06-12 20:00:53 -04:00
imgui.gdb basic engine 2023-06-12 20:00:53 -04:00
imgui.natstepfilter basic engine 2023-06-12 20:00:53 -04:00
imgui.natvis basic engine 2023-06-12 20:00:53 -04:00

README.txt

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
    Visual Studio Debugger: describe Dear ImGui types for better display.
    With this, types like ImVector<> will be displayed nicely in the debugger.
    (read comments inside file for details)