Exciting news! C++ Dynamic Debugging is now available as a preview feature in Visual Studio 2022! Game developers have long requested a way to debug optimized C++ code without losing performance.
This innovative feature dynamically deoptimizes your code at breakpoints, allowing reliable debugging without recompilation.
With C++ Dynamic Debugging, you can hit breakpoints in inlined functions, inspect variables,
and manage breakpoints effortlessly.
Experience faster iterations and improved debugging for optimized builds! Try it today! #CPlusPlus #VisualStudio #DevCommunity
For more information check: https://devblogs.microsoft.com/cppblog/cpp-dynamic-debugging-full-debuggability-for-optimized-builds/.