Hacker News new | ask | show | jobs
by billconan 2544 days ago
My experience is that debugging is more effective than looking at static code. To find callers, I set break points. Other than that, grep, opengrok, doxygen or a decent ide are good helpers.
1 comments

Thanks. I'm looking at doxygen right now. Looks like it has support for generating dependency graphs.