source debugger 中文意思是什麼

source debugger 解釋
源語言翟程序
  • source : n 1 源頭,水源,源泉。2 根源,本源;來源。3 原因;出處;原始資料。4 提供消息的人。5 血統。vt 〈美...
  • debugger : 除錯程序
  1. Debugger cannot display source code or disassembly

    調試器不能顯示源代碼或反匯編
  2. 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的嵌入式系統調試器具體實現。
  3. 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編譯器是否正在跟蹤調試信息。
  4. 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 )編譯器是否正在跟蹤調試信息。
  5. We even offer a debugger that works at the egl source code level, and a way to leverage jsf from your egl code to visually build your application s gui

    我們甚至提供了工作在egl源代碼級的調試器和一種從您的egl代碼獲取jsf來可視化地構建應用程序gui的工作方式。
  6. Full multi - threaded application debugging where the same debugger ide may be used to step into the client application source code and into any nested stored procedure calls

    完全的多線程應用程序調試,其中相同的調試器ide可用於跟蹤客戶機應用程序源代碼和任何嵌套的存儲過程調用。
  7. After depicting the design and accomplishment of file management and debugger in detail, the conceptions of the file control table ( fct ) and the source file library ( sfl ) are proposed

    再次,詳細說明了文件管理和調試器的設計與實現,提出了文件控製表( fct )和源文件庫( sfl )的概念。
  8. Allows source code debugging when the program is started in the debugger, but displays assembly language code only when the running program is attached to the debugger

    值允許在調試器中啟動程序的時候進行源代碼調試,但是,只有當將正在運行的程序附加到調試器時,才顯示匯編語言代碼。
  9. Step through your new code in a source level debugger, line by line

    在源代碼一級的調試器中,一行一行調試你的新代碼。
  10. The built - in visual studio debugger has been extended to provide debugging support for db2 sql routines, allowing for source level debugging of cross - platform sql stored procedures as part of the db2 database project

    -這個內建的visual studio調試器已經擴展為提供對db2 sql常式的調試支持,允許將跨平臺sql存儲過程的源代碼級別調試作為db2數據庫項目的一部分。
  11. The author studyed the source code of gdb, maked an improvement, and developed a special cross debugger for m * core / c * core successfully, this debugger has been widely used

    作者在深入研究gdb調試器源代碼基礎上,對其進行合理改造,成功開發出面向摩托羅拉m * core2107和國芯c * core210系列微處理器的專用交叉調試器,並且已經得到了廣泛的應用。
  12. The db2 database project templates allow for script - based development as part of the standard set of visual studio solutions supporting multi - configuration, source control management, project, and project item build order, as well as editing and debugging of sql scripts using the built - in editor and debugger

    -該db2數據庫項目模板支持將基於腳本的開發作為visual studio解決方案的標準集,支持多個配置、源控制管理、項目和項目項構建次序,以及使用內建編輯器和調試器編輯和調試sql腳本。
分享友人