> couldn't i use minidump_dump.exe to read what the local variables were?
minidump_dump will print the raw contents of the stack for you, I
believe (and also possibly the registers), so if you know the offset
of the variables in the stack (or what register they've been optimized
into), then yes, you could read their values.
-Ted