contributor-book/src/getting-started/configuring-your-editor.md
These steps are not required, and most of this isn't specific to Burn, but it's definitely helpful if you haven't already done it.
Install the following extensions:
To use the debugger, follow these steps:
Command Palette with Ctrl+Shift+P or F1 and type
LLDB: Generate Launch Configurations from Cargo.toml then select it, this will generate a file
that should be saved as .vscode/launch.json.debug = 0 in the root Cargo.toml to speed up compilation, you need replace it with debug = true in the root Cargo.toml when using a debugger and breakpoints with launch.json settings.If you're creating a new library or binary, keep in mind to repeat step 1 to always keep a fresh list of targets.