README.txt 487 B

1234567891011121314151617
  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)