[plt-scheme] ATTN: Neil Van Dyke (and some philosophical musings on debuggers)
On Sep 16, 2004, at 11:04 AM, Prabhakar Ragde wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Matthias wrote:
>
>> 3. using debuggers for program bugs in functional pieces
>> means the programmer isn't thinking about the program
>> but tinkering with it.
>
> What is the definition of a debugger? Does the Stepper in DrScheme
> count? --PR
I was thinking narrowly, in terms of a tool that inspects the
environment, control info, and possibly the heap at various events
during the program. But sure, let the Stepper count, too.
-- Matthias