symbolic debugging造句
例句與造句
- Use a release build with symbolic debug information
使用帶符號(調試)信息的發布版本。 - Generate symbolic debugging information character set
生成符號調試信息 - Symbolic debugging information
符號調試信息 - Symbolic debug info
符號偵錯信息 - Produces an . obj file containing full symbolic debugging information for use with the debugger
生成包含用于調試器的完整符號調試信息的. obj文件。 - It's difficult to find symbolic debugging in a sentence. 用symbolic debugging造句挺難的
- 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 ) 。 - 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調用生成代碼的事實,意味著可執行文件的大小將減小并由此運行得更快。