imgui

FORK: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
git clone https://git.neptards.moe/neptards/imgui.git
Log | Files | Refs

README.txt (487B)


      1 
      2 HELPER FILES FOR POPULAR DEBUGGERS
      3 
      4 imgui.gdb
      5     GDB: disable stepping into trivial functions.
      6     (read comments inside file for details)
      7 
      8 imgui.natstepfilter
      9     Visual Studio Debugger: disable stepping into trivial functions.
     10     (read comments inside file for details)
     11 
     12 imgui.natvis
     13     Visual Studio Debugger: describe Dear ImGui types for better display.
     14     With this, types like ImVector<> will be displayed nicely in the debugger.
     15     (read comments inside file for details)
     16