圖形化的 gdb 調試器 kdbg 2.5.1 發布

jopen 13年前發布 | 16K 次閱讀 調試

KDbg 是一個 gdb 調試工具的圖形化界面的工具。

功能/特性:

  • Inspection of variable values in a tree structure.

  • Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. For example, you don't need to go into a variable of type QString if you want to see the string that the variable holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg can even display Qt's QString values, which are Unicode strings.

  • Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until, set/clear/enable/disable breakpoint) are bound to function keys F5 through F10. Quick and easy.

  • Of course, lots of other basic functions: View source code, search text, set program arguments and environment variables, display arbitrary expressions. Everything you need to debug a program, eh!

  • Debugging of core dumps, attaching to running processes is possible.

  • Conditional breakpoints.


圖形化的 gdb 調試器 kdbg 2.5.1 發布
kdbg 2.5.1 發布了,新版本增加對 .hpp 文件的語法高亮顯示;定義了 j 和 k 快捷鍵用來在源碼中移動光標位置;重新組織 wchar_t 字符串的顯示;GDB 7.3 中的程序退出的線程列表報告;識別匿名名字空間中的枚舉值。
圖形化的 gdb 調試器 kdbg
(點擊放大)

項目地址: http://www.kdbg.org/
下載地址: http://www.kdbg.org/download.php

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!