doompanning/misc/debuggers
oxmox b73ad7ee1b Squashed 'external/imgui/' content from commit d7c8516a4
git-subtree-dir: external/imgui
git-subtree-split: d7c8516a4b848c0291e3d75b627c0843f515f591
2023-02-12 03:32:19 +01:00
..
imgui.gdb Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
imgui.natstepfilter Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
imgui.natvis Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00
README.txt Squashed 'external/imgui/' content from commit d7c8516a4 2023-02-12 03:32:19 +01:00

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)