DDD 替代方案也可以绘制漂亮的数据结构图
除了 DDD 之外,还有什么可以像在 Linux 上运行的 DDD 一样绘制我的数据结构图吗?
ddd 还可以,可以运行,只是有点旧笨重的感觉,只是想探索替代方案(如果有的话)。
这张图片的顶部网格部分就是我所说的:
Is there anything other than DDD that will draw diagrams of my data structures like DDD does that runs on Linux?
ddd is okay and runs, just kind of has an old klunky feeling to it, just wanted to explore alternatives if there are any.
The top part with the grid of this image is what I am talking about:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您不介意查看此处(GDB 前端列表)吗?
我建议这个列表应该有用。
Don't you mind to look here (list of GDB front-ends)?
I suggest this list should be useful.
我已经使用过几次零错误。它可以进行自定义可视化。我不知道是否允许用户影响 gui 元素或它如何在文本列表中显示。看看,www.zero-bugs.com。
I've used zero bugs a few times. It can do custom visualization. I don't know if allows the users to effect the gui elements or just how it displays in the text listings. Check it out, www.zero-bugs.com.
对于那些想要答案的人;您正在寻找 KDBG。
For those that wanted an answer; you are looking for KDBG.
ZeroBugs 数据可视化可以通过 Python 脚本进行定制。该调试器现在可以开源(并且像免费啤酒一样免费,它可以用于商业目的)。请访问 http://zerobugs.codeplex.com/ 查看
ZeroBugs data visualizations can be customized via Python scripts. The debugger is now available as open source (and free as in free beer, it can be used for commercial purposes). Check it out at http://zerobugs.codeplex.com/