Does the real time watch only work with Release builds? I’m trying to get it to work with a Debug build because the Release configuration is misconfigured and nothing is getting compiled.
I selected a few functions in Dynamic Analysis -> Instrumented Functions that I know get called on every pass through main, but the Real-time watch window remains empty. I see the problem with both release and debug builds.
Depending on your project type, the instrumentation settings (including real-time watch) can be stored per-configuration. If this is the case, you would need to configure them again after switching to a different configuration.