Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 调试器如何工作?
当我使用调试时,它的内部看起来如何?该应用程序已编译并构建还是有一些运行编译?
该应用程序像往常一样编译并生成调试符号。还有通常的即时编译,这不是调试所独有的。
它是通过添加允许调试的PDB 文件构建的。
深入调试只是MSBUILD中的一种配置类型, 无论您MSBUILD在本DEBUG节中做什么,都可以完成
MSBUILD
DEBUG