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 ____________________ Racket Users list: http://lists.racket-lang.org/users

