In the C++ code editor window, you can set an arbitrary execution point when running your app in the debugger. This feature is useful when you want to break out of a loop or force a different path with branching code.
To learn more, see the release notes.
This update includes fixes for the following issues: