symbolic debugging meaning in English
符号除错
符号调试
Examples
- The release configuration of your program contains no symbolic debug information and is fully optimized
程序的“发布”配置被完全优化,不包含任何符号调试信息。 - The debug configuration of your program is compiled with full symbolic debug information and no optimization
程序的“调试”配置用全部符号调试信息编译,不进行优化。 - The symbolic debugging information includes the names and types of variables , as well as functions and line numbers
符号调试信息包括变量的名称和类型以及函数和行号。 - When you use optimizations to create a release build , the compiler will not produce symbolic debugging information
当使用优化创建发布版本时,编译器不会产生符号调试信息。 - Produces a program database that contains type information and symbolic debugging information for use with the debugger
产生包含用于调试器的类型信息和符号调试信息的程序数据库( pdb ) 。