llogiq / stdx-dev

Rust's missing development batteries
121 stars 7 forks source link

Cover language-agnostic tools that work with Rust #4

Open nrc opened 7 years ago

nrc commented 7 years ago

Debuggers and profilers are the most important, but there's probably others. There is some detail to cover here, e.g., the args you need to pass to perf to get good results, or the version of GDB you need to get good Rust support (and the gdb/lldb scripts you need otherwise).

llogiq commented 7 years ago

Good idea!