When you say debugger, do you mean the algebraic stepper (which is what we use for CS1 and the teaching languages) or do you mean the debugger for plain Racket programs? We don't teach Racket to freshmen. -- Matthias
On Jul 7, 2015, at 11:57 PM, [email protected] wrote: > I am a current undergraduate staff member for the UC Berkeley CS61AS > introductory CS course. We switched from STK Scheme to Racket this summer, > and were interested in creating an environment diagram drawer similar to > Online Python Tutor for Racket. OPT is available on GitHub and uses a > frontend to draws the diagrams from a JSON representation of frames for each > step of execution. Backends exist for various languages, but not for > Scheme/Racket. > > I messaged Dr. Tobin-Hochstadt ("samth") but it turns out he didn't write the > debugger, and pointed me here. I was wondering how I could get started with > building such a environment diagram drawer backend. Thanks. I've read through > parts of drracket/drracket/gui-debugger, and have a vague grasp on the Racket > mixin system, plugins, (syntax) objects, but any guidance is welcome. > > > Tony > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/8b60e8c3-8d20-4bf0-8978-7f4901131ec1%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/FE4D1294-1EC6-481D-8C68-7400C294FEE2%40ccs.neu.edu. For more options, visit https://groups.google.com/d/optout.
