Hacker News new | ask | show | jobs
by andyidsinga 2650 days ago
for that case - rather than resort to the debugger - I've always went through the code, come up with a theory of operation and then and instrumented it with either print statements or a scoreboard style struct in some shared mem to validate.