Open
Description
rust-analyser now expands the #[entry]
, decides that it doesn't result in a fn main()
and therefore doesn't offer the run button anymore.
We need to remove references to the run button from the training.
You seem to have two options:
- Debug in VS Code, where you can single step, but you can't see the defmt log.
- Run
probe-run
on the console where you can see the defmt log but you can't single step.
Metadata
Metadata
Assignees
Labels
No labels