調試功能 的英文怎麼說

中文拼音 [diàoshìgōngnéng]
調試功能 英文
debug function
  • 調 : Ⅰ動詞1 (配合得均勻合適) harmonize; suit well; fit in perfectly 2 (使配合得均勻合適) mix; adju...
  • : 名詞(古代占卜用的器具) astrolabe
  • : 名詞1 (功勞) exploit; merit; meritorious service [deed]: 戰功 military exploits; 立功 render me...
  • : 能名詞(姓氏) a surname
  • 調試 : shakedown test; debug; debugging
  1. They will also be required to write and carryout the commissioning function test procedures

    他們將編寫和完成調試功能程序。
  2. One of the main advantages of an interpreter over a compiler is the ease of providing debugging facilities to the programmer.

    解釋程序化于編譯程序的主要優點之一是易於為程序員提供調試功能
  3. As a crucial embedded development tool, the embedded system debugger is usually used to debug and test embedded software 。 a embedded system debugger consists of a cross debugger and a debugger agent, which characteristic lies in the separation of running environments between the cross debugger and the debuggee and the dependence on the gdb agent in the debug session 。 with the development of embedded technique, various embedded debug techniques continuously advance and all kinds of embedded system debuggers are playing a more and more important role in the embedded software development 。 the gnu debugger, gdb as a tool in the gnu toolkits, is an extremely powerful source - level debugger 。 among gdb ’ s many noteworthy features, its ability to debug programs “ remote ” is fascinating 。 this capability is not only essential when porting gnu tools to a new operation system or microprocessor, but it ’ s also useful for developers who need to debug an embedded system based on a processor that gnu already supports 。 gdb is the preferred solution in embedded development because it provides portable, sophisticated debugging over a broad rang of embedded systems 。 this paper discusses the status quo of various embedded system debuggers ; deeply analyses the overall structure of gdb and the debugging mechanism of gdb based on its source codes ; introduces the gdb ’ s remote debug technique and gdb / mi, which are usually used to develop the gdb - based embedded system debugger 。 then dwells on how to use gdb / mi to develop a gui front and how to use rsp 、 stub and gdbserver to design a debug agent, in order to expatiate on the design method of the gdb - based embedded system debugger 。 in the end, provides a concrete implementation of the gdb - based embedded system debugger of “ embedded simulation development platform ”, the project of the innovation fund for technology based firms 。

    這個特性不僅在將gnu工具移植到一個新的操作系統和微處理器的時候很有用,對于想調一個基於gnu支持的晶元的嵌入式系統的開發人員來說,也是非常有用的。由於gdb提供了在大多數嵌入式系統上的可移植的、復雜的調試功能,它已成為嵌入式開發的首選解決方案。本文討論了當前的各種嵌入式調器的現狀,結合源代碼詳細分析了gdb的結構和調原理,介紹了開發基於gdb的嵌入式系統調器常用的遠程調技術和gdb / mi介面;然後詳細闡述了如何使用gdb / mi開發gdb的圖形前端和怎樣使用rsp協議、 stub和gdbserver設計一個調代理,從而較深入地討論了基於gdb的嵌入式調器的設計方法;最後,結合國家中小型企業創新基金項目「嵌入式模擬開發平臺」 ,給出了一個基於gdb的嵌入式系統調器具體實現。
  4. Enable deployment of retail versions of your application, which disables certain configuration settings, such as trace output, custom errors, and debugging capabilities

    允許部署禁用某些配置設置(如跟蹤輸出、自定義錯誤和調試功能)的應用程序的零售版本。
  5. Using traditional debugging tools user can control program execution only by common ways such as setting breakpoint to implement basic debugging functions

    藉助于常規調工具用戶只通過設置斷點等方式控製程序執行,實現基本調試功能
  6. Debugging supports all common debugging features, such as step into, over, and out of statements within routines executing on the server

    調支持所有常用的調試功能,例如在服務器上執行的常式中開始並逐步執行、逐步執行和跳出語句。
  7. The cross debugger has four components : user interface, debugging module, communication module and operating system supporting module. the monitor programs of the target are composed of executive module of debugging command, communication module and code control module

    交叉調器可以分成四部分:用戶介面、調試功能模塊、通信模塊和操作系統支持模塊;目標機端的監控程序主要是由調命令執行模塊、通信模塊、代碼控制模塊組成。
  8. Starting execution is one of the most basic debugging functions

    開始執行是最基本的調試功能之一。
  9. Provides debugging functions

    提供了調試功能
  10. Describes the integrated debugging functions available in visual studio

    描述visual studio中可用的集成調試功能
  11. You can do this with the development environment s integrated debugging functions

    可以用開發環境集成調試功能做到這一點。
  12. You will not be able to set breakpoints or perform other debugging functions in server script

    您將無法在服務器腳本中設置斷點或執行其他調試功能
  13. The remote debugging function concludes debugging module in kernel and debugger zdbg which runs on remote machine

    該遠程調試功能包括系統內核中的調試功能模塊和運行於遠程主機的調器zdbg 。
  14. This thesis describes the fulfillment of the grammar elements at length. the debugging function of the development environment is also devised

    論文在最後還對語言開發環境的調試功能進行了分析,並給出了其實現方案。
  15. Explains how to enhance debugging with the debugger display attributes

    解釋如何用調器顯示屬性增強調試功能
  16. In general, the availability of remote debugging functionality strictly depends on the java vm virtual machine that runs on the remote host

    一般來說,遠程調試功能的可用性完全取決于遠程主機上運行的java vm (虛擬機, virtual machine ) 。
  17. Build solutions for sql server 2005 using integrated project types, deployment tools, and debugging features

    使用集成的項目類型部署工具和調試功能生成sql server 2005解決方案
  18. In the implementing of virtual machine, all p - instructions are encapsulated as classes. the virtual machine maintains the run - time environment, which is composed of code section, data section, function calling stack, operand stack, instruction pointer, etc. all that is good to the executing and the debugging of program

    在虛擬機實現方面,將所有p -指令封裝為類來實現;並用虛擬機維護由代碼區、數據區、函數調用棧、操作數棧和指令計數器等共同構成的運行時環境,控製程序的執行,有利於實現調試功能
  19. Design of single chip microcomputer system with system testing function

    具有在系統調試功能的單片機系統設計
  20. The function of debugging and control by internet enhance the micro - assembly system, text type and image type are optional up to net condition

    4 .具有遠程調試功能,可以根據網路的情況選擇文本調方式或者圖像模式的調方式,提高了系統的適用性。
分享友人