cashmere

cashmere

How to use dape in emacs with rust

Preface

When I first tried to set up dape in Emacs, I was overwhelmed by how exactly the debugger works, especially with Rust. When you start it, it asks you for the target program. After some experimenting, I found out that for "program", you have to specify the debug file.

Example

References