Skip to content

Commit

Permalink
fix debugging config file link
Browse files Browse the repository at this point in the history
  • Loading branch information
pls148 committed Jan 3, 2025
1 parent 17ac77e commit abc3399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ This will output:

# Debugging

A debugging config file is provided for vscode and vscodium in [`.vscode/launch.json`](https://github.com/EspressoSystems/HotShot/blob/main/.cargo/config.toml). This is intended to be used with [vadimcn/vscode-lldb](https://open-vsx.org/extension/vadimcn/vscode-lldb) but may work with other rust debuggers as well.
A debugging config file is provided for vscode and vscodium in [`.vscode/launch.json`](https://github.com/EspressoSystems/HotShot/blob/main/.vscode/launch.json). This is intended to be used with [vadimcn/vscode-lldb](https://open-vsx.org/extension/vadimcn/vscode-lldb) but may work with other rust debuggers as well.

To bring `lldb` into scope with nix, run `nix develop .#debugShell`.

Expand Down

0 comments on commit abc3399

Please sign in to comment.