TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: state of the art in source code visualization

3 点作者 phd_student大约 16 年前
I am interested in:<p>"Given a large source code (say in C), how can I most efficiently figure out how it works?" The best I have so far is emacs/vim + gdb, which has been around for &#62; 1 decade.<p>Intutively, it seems like there should be tools that can help me better visualizae what's going on inside the code.<p>The closest I can think of is: doxygen that can generate pretty graphs using AT&#38;T's dot for function call graphs; ... but I hope something more can be done.<p>[Slightly OT: when I first came across Valgrind, it changed the way I debugged memory errors because it can pinpoint to me exactly the line number and the stack state when I wrote to unallocated space or read in an uninitialized value]<p>I'm hoping to find a similar tool for understanding large source code bases.

1 comment

amichail大约 16 年前
Check out some of my research on this topic.
评论 #532610 未加载