At Mon, 17 Aug 2015 06:54:12 -0700 (PDT), tori wrote: > $ lldb bin/racket > (lldb) break set -n main > Breakpoint 1: no locations (pending).
Debugging will work better if you use "src/build/racket/racket3m", instead of "racket/bin/racket". The version in the "build" directory still has debugging information that has been stripped from the one installed in "bin". -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20150817161903.453B36501D1%40mail-svr1.cs.utah.edu. For more options, visit https://groups.google.com/d/optout.
