debugger information 中文意思是什麼

debugger information 解釋
調試程序信息
  • debugger : 除錯程序
  • information : n. 1. 通知,通報,報告。2. 報導,消息,情報。3. 資料,知識,學識。4. 【自動化】信息,數據。5. 【法律】起訴,告發。adj. -al
  1. The addr2line utility provides basic symbolic debugger information, although the gnu debugger uses other methods internally

    Addr2line工具提供了基本的符號調試信息,不過gnu debugger ( gdb )使用的是其他一些內部方法。
  2. The compiler embeds the name of the pdb in each. obj file created using this option, pointing the debugger to the location of symbolic and line - number information

    編譯器將pdb的名稱嵌入每個使用此選項創建的. obj文件中,從而使調試器了解符號和行號信息的位置。
  3. So elf ( executable and linkable format ). a kind of object file format, and stabs, a kind of format presenting debugging information, are introduced in detail. and how to abstract and process debugging information from object file are discussed deeply. one of debugging features in embedded software development environment is that the running hardware platform of debugged program and that of debugger are not discordant, so cross debugging function of debugger has to be implemented

    調試器的設計和實現總是在分析帶調試信息的特定目標文件格式基礎上而進行的,論文詳細地介紹了elf ( executableandlinkableformat )目標文件格式和stabs調試信息表示格式,並對調試器如何實現提取和進一步加工這些調試信息作了較深入的論述。
  4. For more information. debugger keyboard shortcut changes

    調試器鍵盤快捷鍵的更改
  5. It is typically called by a debugger that needs to either evaluate an expression in a watch window, for example or parse information about a breakpoint represented as a

    )它通常由調試器調用,滿足其計算表達式(例如監視窗口中)或分析有關表示為
  6. An experienced hacker will know which debugger to use for a particular kind of problem and will quickly obtain the necessary information from debugging and get on with analyzing the code to identify the cause

    有經驗的黑客會知道對于某種特定的問題應使用哪一個調試器,並且能迅速地根據調試獲取必要的信息,然後繼續分析代碼以識別起因。
  7. The following debugger windows offer important information about your program. to view

    下面的調試器窗口提供有關程序的重要信息。
  8. True if the runtime will track information during code generation for the debugger ; otherwise,

    如果運行庫將在代碼生成過程中跟蹤調試器的信息,則為
  9. Your ability to debug may be limited by whether the code was built with debug information, whether the debugger has access to the source code, and whether the common language runtime jit compiler is tracking debug information

    調試能力可能受到限制,限制因素包括:生成代碼時是否包含調試信息、調試器是否有權訪問源代碼,以及公共語言運行庫jit編譯器是否正在跟蹤調試信息。
  10. Your ability to inspect the program may be limited by whether the program was built with debug information, whether the debugger has access to the source code, and whether the common language runtime just - in - time compiler is tracking debug information

    檢查程序的能力可能會受以下幾種情況的限制:是否使用調試信息生成程序、調試器是否有權訪問源代碼以及公共語言運行庫just - in - time ( jit )編譯器是否正在跟蹤調試信息。
  11. Usage information for this version of the script debugger can be found in

    目前可供下載的windows script偵錯工具版本有兩種。
  12. The file characteristic field image file debug stripped in the pe file header tells the debugger that codeview information has been stripped to a separate dbg file

    Pe文件頭中的文件特性欄位image _ file _ debug _ stripped通知調試器codeview信息已被抽出到單獨的dbg文件中。
  13. Dbg files are portable executable format files that contain debug information in codeview format for the visual studio debugger and possibly other formats, depending on how the dbg was created

    Dbg文件是可移植可執行( pe )格式文件,該文件包含visual studio調試器的codeview格式的調試信息(也可能是其他格式,視dbg的創建方式而定) 。
  14. Running a page in the debugger makes it possible for you to step through code line - by - line and use additional analysis tools and runtime information

    在調試器中運行頁使您可以逐行通過代碼,並利用其他分析工具和運行時信息。
  15. The debugging information is placed in the current. obj file, and local symbols defined in the pch are not available to the debugger

    調試信息放置在當前的. obj文件中,並且pch中定義的本地符號對調試器不可用。
  16. However, the debugging information is placed in the current object file, and local symbols for functions and types defined in the precompiled header are not available to the debugger

    編譯時使用它。然而,調試信息被放在當前對象文件中,並且調試器不能使用在預編譯頭中定義的函數和類型的局部符號。
  17. Produces an. obj file containing full symbolic debugging information for use with the debugger

    生成包含用於調試器的完整符號調試信息的. obj文件。
  18. Produces a program database that contains type information and symbolic debugging information for use with the debugger

    產生包含用於調試器的類型信息和符號調試信息的程序數據庫( pdb ) 。
  19. The debugger s display attributes feature enables you to identify the most useful information to display in the debugger

    調試器的顯示屬性功能使您能夠標識要在調試器中顯示的最有用的信息。
  20. And a kind of remote serial protocol is introduced, through which the interaction between debugger and debugged program is implemented. sub - debugger and ocd ( on - chip debugging ). two debugging modes in common use in embedded software development, are discussed too. finallybased on the cross debugger of x86 and powerpc86o on the nt platform, of which the author participates in the development. the data structure used to process and abstract debugging information is presented. the implementation methods of functions in common use are introduced. and the specific implementation algorithms of partial functions are supplied also

    被調試程序的運行硬體平臺與調試器本身的運行平臺的不一致性就要求嵌入式系統軟體開法環境中的調試器具有交叉調試功能,論文介紹了一種常用的遠程串列通信協議,通過該協議可完成調試器與被調試程序的交互,並對嵌入式系統軟體開發環境中兩種常用的遠程調試方式stub - debugger與ocd ( on - chipdebugger )的特點與實現作了論述。
分享友人