On Sat, 01 Jul 2017 11:28:31 -0500, Zelphir Kaltstahl wrote: > > On Friday, June 30, 2017 at 5:10:44 PM UTC+2, Matthew Butterick wrote: > > Is there a way to configure DrRacket so that it always prints the same > > full-length tracebacks that are visible on the command line? Here's an > > example of the same module run in both places. > > On command line I usually don't get a full trace unless I invoke with: > > ~~~ > racket -l errortrace -t <racket file> > ~~~ > > Does the option in DrRacket do this internally?
Yes. DrRacket's "debugging" option is roughly equivalent to this. Vincent -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

