[
Lists Home |
Date Index |
Thread Index
]
> one of the many reasons i don't use debuggers is that they are difficult
> to drive in a recursive algorithm (we still teach those i hope). easier
> to sit and think about what's really happening, run a couple of tests,
> and move on.
I tried that first, blew my in-memory stack, then resorted to the debugger.
Some people's stacks are deeper than others.
|