Hacker News new | ask | show | jobs
by Nursie 4869 days ago
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.