[racket] Options for debugging

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Feb 23 16:36:21 EST 2015

The equivalent of "Debugging" is

  racket -l errortrace -t example.rkt

but you'll have to manually ensure that no ".zo" is present for any
file that you want instrumented for Errortrace.

At Mon, 23 Feb 2015 18:16:09 -0300, Gustavo Massaccesi wrote:
> I want to debug a file "example.rkt". I want to run it from the
> command line, but as it runs inside DrRacket with "Debugging" and
> "Preserve Stack Trace" enabled, to get better errors reports.
> 
> Something like: racket -magicoptionshere example.rkt
> 
> Gustavo
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.