The omnipresent support for introspection in modern programming languages indicates the usefulness of the tool. [2, 3, 8, 9] Unfortunately, C, which is one of the most pervasive programming languages and the foundation of nearly every modern operating system, does not support introspection. I propose to bring introspection to the C language via a novel application of an old tool: the debugger. ...