I’ll probably never be as good, I’ll certainly never stop trying. The things we take for granted today are the revolutions of yesterday.
October 6, 2010
Software debugging is a complex task. There is always the need to collect all available information, in order to detect and understand the problem fast and to think of a proper solution. Sometimes it’s more convenient to debug step-by-step, sometimes it’s better to make the program run completely, and then trace the execution flow “offline”. […]
October 18, 2011
0