Tools
vdebug.txt
Associated article: Visual Debugging with DDD
Tags: Tools
Published source code accompanying the article by Andreas Zeller in which he examines DDD, a visual debugger that lets you "see" what's going on in a program.
VISUAL DEBUGGING & DDD by Andreas Zeller Figure 1: list = (List *) 0x804eb50 list->next = (List *) 0x804eb60 list->next->next = (List *) 0x804eb70 list->next->next->next = (List *) 0x804eb50 list->next->...


