discovery
discovery copied to clipboard
Section 7: (mis)Optimization is missing line tables
When I run the examples using cargo run --example gdb cannot step, as (I guess) the debug symbols (in particular line tables) are missing.
To fix that, it would be sufficient to change the .cargo/config to add debuginfo.
I am preparing a pull-request for that.