图形化的 gdb 调试器 kdbg 2.5.1 发布

jopen 12年前
     KDbg 是一个 gdb 调试工具的图形化界面的工具。    <br />    <h4>功能/特性:</h4>    <ul>     <li> <p style="margin-bottom:0cm;">Inspection of variable values in a tree structure. </p> </li>     <li> <p style="margin-bottom:0cm;"><i>Direct member</i>: 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 <tt>QString</tt> 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 <b>display Qt's QString values</b>, which are Unicode strings. </p> </li>     <li> <p style="margin-bottom:0cm;">Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until, set/clear/enable/disable breakpoint) are bound to function keys <tt>F5</tt> through <tt>F10</tt>. Quick and easy. </p> </li>     <li> <p style="margin-bottom:0cm;">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! </p> </li>     <li> <p style="margin-bottom:0cm;">Debugging of core dumps, attaching to running processes is possible. </p> </li>     <li> <p>Conditional breakpoints. </p> </li>    </ul>    <br />    <img title="图形化的 gdb 调试器 kdbg 2.5.1 发布" border="0" alt="图形化的 gdb 调试器 kdbg 2.5.1 发布" src="https://simg.open-open.com/show/a35c112181bddf06ab7a147346f62096.png" width="291" height="128" />    <br /> kdbg 2.5.1 发布了,新版本增加对 .hpp 文件的语法高亮显示;定义了 j 和 k 快捷键用来在源码中移动光标位置;重新组织 wchar_t 字符串的显示;GDB 7.3 中的程序退出的线程列表报告;识别匿名名字空间中的枚举值。    <br />    <a href="https://simg.open-open.com/show/50f28db66b3ab49224d6767353c24488.png" target="_blank"><img title="图形化的 gdb 调试器 kdbg " border="0" alt="图形化的 gdb 调试器 kdbg " src="https://simg.open-open.com/show/36667a5f6e15609c4f13ea35b37b7273.png" width="226" height="180" /></a>    <br /> (点击放大)    <br />    <br /> 项目地址:    <a href="/misc/goto?guid=4958196281387450852" target="_blank">http://www.kdbg.org/</a>    <br /> 下载地址:    <a href="/misc/goto?guid=4958196282140480040" target="_blank">http://www.kdbg.org/download.php</a>    <br />