aboutsummaryrefslogtreecommitdiff
path: root/CSV Editor/vendor/ImGui/misc/debuggers/README.txt
blob: 3f4ba83e3c15cea9954f0c240ee1a01873d8522e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)