[plt-scheme] examining structures when debugging (newby question)
Here you go:
http://schemecookbook.org/view/Cookbook/StructurePrinting
In DrScheme it is probably enough to just set the inspector (I'm
temporarily broken my DrScheme install, so can't check).
BTW, I liked "Reinforcement Learning".
N.
On Nov 26, 2007 8:48 AM, Rich Sutton <rich at richsutton.com> wrote:
> there must be an easy way to see the contents of a structure's fields
> in drscheme. a default print routine? a generic structure
> inspector? something through the debugger?what is the simple trick?