[racket] Options for debugging

From: Gustavo Massaccesi (gustavo at oma.org.ar)
Date: Mon Feb 23 17:32:51 EST 2015

Thanks

Gustavo

On Mon, Feb 23, 2015 at 6:36 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 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.