Is there documentation on single stepping in Racket? I.e. setting a breakpoint
and single stepping evaluation of expressions from there?
I found:
https://docs.racket-lang.org/stepper/index.html
however, the documentation is lacking this info.
Thanks!
--
You received this message because you
;> On Mar 21, 2020, at 8:43 AM, Nicholas Papadonis
>> wrote:
>>
>> I was successful with MIT Scheme placing (trace proc) inside the closure of
>> this code. Placing (trace proc) outside the closure did not have any effect.
>>
>> This is the question I
I was successful with MIT Scheme placing (trace proc) inside the closure of
this code. Placing (trace proc) outside the closure did not have any
effect.
This is the question I'm asking. Is it possible to trace without modifying
the closure?
I ask due to forward thinking about software engineeri
3 matches
Mail list logo