ocornut 46e6382b69 Added type formatters for the LLDB debuggers (e.g. Xcode, Android Studio) (#8950) пре 3 недеља
..
README.txt 46e6382b69 Added type formatters for the LLDB debuggers (e.g. Xcode, Android Studio) (#8950) пре 3 недеља
imgui.gdb 1bc6f82091 Misc: added imgui.gdb and imgui.natstepfilter debugger helpers for gdb and msvc. пре 4 година
imgui.natstepfilter 301c956039 Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects. (#3038) пре 2 година
imgui.natvis 1bc6f82091 Misc: added imgui.gdb and imgui.natstepfilter debugger helpers for gdb and msvc. пре 4 година
imgui_lldb.py 46e6382b69 Added type formatters for the LLDB debuggers (e.g. Xcode, Android Studio) (#8950) пре 3 недеља

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)

imgui_lldb.py
LLDB-based debuggers (*): synthetic children provider and summaries for Dear ImGui types.
With this, types like ImVector<> will be displayed nicely in the debugger.
(read comments inside file for details)
(*) Xcode, Android Studio, may be used from VS Code, C++Builder, CLion, Eclipse etc.