top | item 10466707

(no title)

brinker | 10 years ago

Did you try using rust-gdb or rust-lldb? They're wrappers for gdb and lldb respectively that make working with Rust code a lot nicer. They ship with the Rust compiler.

discuss

order

msie|10 years ago

Yes. I couldn't single step through a simple program without delving into assembly code. Couldn't list the program. Breakpoints weren't working. I think part of the problem was working on OSX. I was reading some Rust issue related to the debug info generation. Although the issue was closed I think it's still a problem. Oh well.

steveklabnik|10 years ago

  > Although the issue was closed I think it's still a problem
Please leave a comment if this is true! Opening old issues that come back is good.