I was wondering if Racket, or any other Scheme interpreter, had a debugging 
library similar to bdb/pdb for Python.

There is an environment diagram visualizer at http://www.pythontutor.com/ which 
uses BDB/PDB to generate a JSON trace which it feeds to the frontend. I see 
that there is a rudimentary trace, and something more fully featured in 
DrRacket, but is there any library that can be used by a trace generating 
program? I want to write a Scheme backend for OPT.

Best,

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to