Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A community member has associated this post with a similar question:
CMAKE steps to generate VS2012 with Debugger PDB and Src file settings/configuration
Only moderators can edit this content.
We are setting the Debugging ->Symbols (.pdb) and Common Properties > Debug Source Files on Solution 'Application' Property Pages dialog in VS2012 IDE.
Can we add these configurations in Cmake while generating VS2012 solution, part of auto-build/configuration process? If this is not supported at all in VS2012, can you suggest if this be achieved in VS2022 and how?