From abc33996a5330c95f48f2f7ad7d87c3d991422f9 Mon Sep 17 00:00:00 2001 From: pls148 <184445976+pls148@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:11:00 -0800 Subject: [PATCH] fix debugging config file link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ba30d515..c5e37298af 100644 --- a/README.md +++ b/README.md @@ -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`.