Hi,


I'm planning on studying the racket runtime (JIT, memory management) code. 
I'll be reading the  source code, in addition to which I wanted to build a 
racket system with debugs enabled, so that I can used "lldb" to track the 
execution as it happens.


I've used the following config to build the system. Can someone please let 
me know the right options or if I missed something? 


../configure CFLAGS=-g --prefix=SOME_DIR_ABS_PATH --enable-macprefix --
enable-noopt


after installing, I see the following.


$ lldb bin/racket



(lldb) break set -n main

Breakpoint 1: no locations (pending).

WARNING:  Unable to resolve breakpoint to any actual locations.

(lldb) r

Process 24130 launched: '../refcode/racket/racket/src/build/bin/racket' (
x86_64)

 

Welcome to Racket v6.2.900.10.
>


Thanks.

-- 
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/aae2d537-88d0-4a9f-bd75-03476ae3fe76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to