Hi Stephane,
bugs i found difficult to debug are eg (1) red cross of death bugs in
morphs, (2) bugs that are not visible any more because they are caught
and dealt with in the wrong place and then produce wrong results instead
of errors, and (3) bugs in iterative algos that work eg with #while and
that pop up eg in the 1000th iteration, where i first have to add a
counter to know that it happens in the 1000th iteration and then have to
add a #halt if counter=999 to see what happens then in the debugger.
werner
On 03/09/2017 12:36 PM, Stephane Ducasse wrote:
Hi guys
During the DSU workshop we were brainstorming about what are the most
difficult bugs we faced and what are the conceptual tools that would
have helped you.
Stef