什么是 DDD(数据显示调试器)的良好 unix 替代品? [英] What is a good unix alternative to DDD (Data Display Debugger)?

查看:15
本文介绍了什么是 DDD(数据显示调试器)的良好 unix 替代品?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 vim 在 linux 上开发 c 并使用 ddd 进行调试.但是我发现 ddd 在这台机器上的滚动性能很差,所以有时使用起来非常令人沮丧.

I am developing c on linux using vim and debugging using ddd. However I find that ddd performs very poorly at scrolling on this machine so its sometimes very frustrating to use.

我喜欢 ddd 与 gdb 命令集相当接近的映射方式,因为这意味着我可以在选择时自由使用 gdb 命令,但使用 gdb 本身不是一个选项,因为它不能很好地显示来源.

I like the way that ddd maps fairly closely to the gdb command set as this means I am free to use gdb commands when I choose, but using gdb itself is not an option as it does not do a great job of displaying the source.

谁能推荐一个不错的 ddd 替代方案?我不是在寻找 IDE,而只是在寻找 gdb 的一个相当良好实现的 gui 外观,它是免费软件.

Can anybody suggest a decent alternative to ddd? I am not looking for an IDE, merely a reasonably well implemented gui facade to gdb that is free software.

推荐答案

我倾向于使用 cgdb、kgdb 或 ddd.(而且因为你不能使用 ddd...)

Well I tend to use either cgdb, kgdb or ddd. (and since you can't use ddd...)

cgdb 与普通 gdb 几乎一样,但它在上面的拆分窗口中显示代码.

cgdb is almost like the normal gdb but it shows the code in a split window above.

这篇关于什么是 DDD(数据显示调试器)的良好 unix 替代品?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆