[racket] inspect variable values in backtrace?

From: Fred G. Martin (fredm at cs.uml.edu)
Date: Wed Mar 2 06:51:15 EST 2011

Hi all,

Is it possible to see the bindings of various things in a backtrace?  I am
having trouble debugging my code because I'm not sure which input is causing
it to fail -- at some point, I'm trying to take the car of an empty list.
 The outer thing is a for-each mapping over a hash table with about 500
entries, and I'm not sure which entry is causing my inner stuff to break.

Can't use printf, right?... any advice?

thanks,
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110302/7319229b/attachment.html>

Posted on the users mailing list.