Linking to libraries that have also been compiled with debugging options on, which are usually not deployed to actual customers (for reasons of size and security)
In debug configuration, your program compiles with full symbolic debug information and no optimization. Optimization complicates debugging, because the relationship between source code and generated instructions is more complex.
程序的发行版配置没有符号调试信息,并且已经完全优化。对于托管代码和 C + + 代码,可以在。Pdb 文件,具体取决于所使用的编译器选项。创造。如果以后需要调试发布版本,pdb 文件可能非常有用。