Hi Ricardo, Can you provide more information about how it fails?
OS X 10.9 no longer ships with gdb, instead preferring lldb, (the whole system has shifted over to LLVM's ecosystem, e.g. clang instead of gcc). Have you tried lldb? Regards, Ike On Mon, May 19, 2014 at 5:43 PM, Ricardo Brandão <[email protected]>wrote: > Hi All, > > Today I've tried to use gdb to debug rust programs. > > I compiled with -g: rustc -g hello.rs > > and ran gdb hello > > On Ubuntu it worked fine, but in Mac (OS 10.8) doesn't. Anyone already > faced this issue on Mac? > > Thanks in advance > > -- > Ricardo Brandão > http://www.programonauta.com.br > > ........__@ > ....._ \ >_ > ....(_) / (_) > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
