mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Updated Developer Tips (markdown)
parent
3f76727720
commit
66d112a6e0
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ if (ImGui::GetIO().KeyAlt)
|
|||
|
||||
So you can setup your UI state for debugging (open windows, mouse position, active action etc.) and then only when you press ALT your breakpoint will trigger.
|
||||
|
||||
### Continuous integration
|
||||
Branches pushed publicly will have [build actions](https://github.com/ocornut/imgui/actions) run on them.
|
||||
|
||||
### Automation and regression testing system
|
||||
We are using a large suite of automated tests (still unpublished, see [#435](https://github.com/ocornut/imgui/issues/435)), recurrent contributors can get access to it.
|
||||
|
||||
### Using Natvis file for Visual Studio debugging
|
||||
The `misc/natvis/imgui.natvis` file may be included in your project to provide support for dear imgui types in the debugger (e.g. expanding of `ImVector<>` arrays).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue