furnace/extern/imgui_patched/misc/debuggers
tildearrow a5abe19b2a update ImGui to 1.89
commit 8fd0a041355e3cfc6556bbe1e00f262d9a897946
with Furnace patches
2023-06-08 00:29:16 -05:00
..
README.txt de-submodule ImGui 2022-05-18 15:23:10 -05:00
imgui.gdb de-submodule ImGui 2022-05-18 15:23:10 -05:00
imgui.natstepfilter update ImGui to 1.89 2023-06-08 00:29:16 -05:00
imgui.natvis de-submodule ImGui 2022-05-18 15:23:10 -05: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)