|
|
|
|
|
by quotemstr
391 days ago
|
|
From a debugger's point of view, Rust is just another native code language. DWARF tells you how to get stacks, find variables, and interpret chunks of memory as data structures. Anyone trying to pitch you a debugger specifically for Rust is trying to ride a hype wave or just plain bamboozle you. |
|
Also, there’s usually some language (and compiler) specific garbage that makes the dwarf hard to use and requires special treatment.