snake/vendor/imgui-sfml/misc/debuggers
Joseph Aquino 07d78b8202 build system update
-sfml flac vorbis ogg freetype now build from source on linux
-made vender/SFML lowercase
2025-12-27 14:01:17 -05:00
..
README.txt build system update 2025-12-27 14:01:17 -05:00
imgui.gdb build system update 2025-12-27 14:01:17 -05:00
imgui.natstepfilter build system update 2025-12-27 14:01:17 -05:00
imgui.natvis build system update 2025-12-27 14:01:17 -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)