Hacker News new | ask | show | jobs
by mamcx 4884 days ago
The most useful thing is the coloring of the branching. Neat.
1 comments

Have you seen gcov/lcov?

They're coverage tools rather than debuggers, but they can give you an html-browseable version of your source code coloured like that to show you which lines have been hit and how many times.