2d-platformer/vendor/imgui/misc/debuggers
Joseph Aquino dd1ef04d7f initial commit 2025-06-22 04:38:37 -04:00
..
README.txt initial commit 2025-06-22 04:38:37 -04:00
imgui.gdb initial commit 2025-06-22 04:38:37 -04:00
imgui.natstepfilter initial commit 2025-06-22 04:38:37 -04:00
imgui.natvis initial commit 2025-06-22 04:38:37 -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)