Comment on A Language Without ConditionalsparentComments−Nursie13yHave 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.
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.