| 1. | Generate symbolic debugging information character set 生成符号调试信息 |
| 2. | Symbolic debugging information 符号调试信息 |
| 3. | Produces an . obj file containing full symbolic debugging information for use with the debugger 生成包含用于调试器的完整符号调试信息的. obj文件。 |
| 4. | The release configuration of your program contains no symbolic debug information and is fully optimized 程序的“发布”配置被完全优化,不包含任何符号调试信息。 |
| 5. | The debug configuration of your program is compiled with full symbolic debug information and no optimization 程序的“调试”配置用全部符号调试信息编译,不进行优化。 |
| 6. | The symbolic debugging information includes the names and types of variables , as well as functions and line numbers 符号调试信息包括变量的名称和类型以及函数和行号。 |
| 7. | When you use optimizations to create a release build , the compiler will not produce symbolic debugging information 当使用优化创建发布版本时,编译器不会产生符号调试信息。 |
| 8. | Produces a program database that contains type information and symbolic debugging information for use with the debugger 产生包含用于调试器的类型信息和符号调试信息的程序数据库( pdb ) 。 |
| 9. | The addr2line utility provides basic symbolic debugger information , although the gnu debugger uses other methods internally Addr2line工具提供了基本的符号调试信息,不过gnu debugger ( gdb )使用的是其他一些内部方法。 |
| 10. | The absence of symbolic debugging information , along with the fact that code is not generated for trace and assert calls , means that the size of your executable file is reduced and will therefore be faster 没有符号调试信息,以及不为trace和assert调用生成代码的事实,意味着可执行文件的大小将减小并由此运行得更快。 |