From e8efeb7855c79c639a23499511ef35c311a9edff Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 9 Nov 2018 15:40:57 +0100 Subject: [PATCH] Updated Developer Tips (markdown) --- Developer-Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Tips.md b/Developer-Tips.md index 1067b4f..e7c5dfe 100644 --- a/Developer-Tips.md +++ b/Developer-Tips.md @@ -1,5 +1,5 @@ ### Using Natvis file for Visual Studio debugging -The `examples/libs/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). +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). ### Using breakpoints Using debugger breakpoints can be tedious in an interactive application dealing with lots of data. Even more so as the state of the application may be so reliant on mouse and keyboard inputs. One convenient trick is filter breakpoint based on custom conditions, e.g checking for the Alt key modifier to be pressed: