README.txt 807 B

123456789101112131415161718192021
  1. HELPER FILES FOR POPULAR DEBUGGERS
  2. imgui.gdb
  3. GDB: disable stepping into trivial functions.
  4. (read comments inside file for details)
  5. imgui.natstepfilter
  6. Visual Studio Debugger: disable stepping into trivial functions.
  7. (read comments inside file for details)
  8. imgui.natvis
  9. Visual Studio Debugger: describe Dear ImGui types for better display.
  10. With this, types like ImVector<> will be displayed nicely in the debugger.
  11. (read comments inside file for details)
  12. imgui_lldb.py
  13. LLDB-based debuggers (*): synthetic children provider and summaries for Dear ImGui types.
  14. With this, types like ImVector<> will be displayed nicely in the debugger.
  15. (read comments inside file for details)
  16. (*) Xcode, Android Studio, may be used from VS Code, C++Builder, CLion, Eclipse etc.