diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2024-12-03 12:00:33 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2024-12-03 12:00:33 -0500 |
commit | c35d5ead81dc92621ff1d7d5104fda8346c74d73 (patch) | |
tree | 95dea2a9cec467e879e9e57ddacae720aff0fc99 /rust/bf/.vscode/launch.json | |
parent | 5db4d92b3a6e2db45df6e471d676fd78b07be1f3 (diff) | |
download | tour-c35d5ead81dc92621ff1d7d5104fda8346c74d73.tar.gz |
*
Diffstat (limited to 'rust/bf/.vscode/launch.json')
-rw-r--r-- | rust/bf/.vscode/launch.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rust/bf/.vscode/launch.json b/rust/bf/.vscode/launch.json new file mode 100644 index 0000000..33bcb32 --- /dev/null +++ b/rust/bf/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "lldb", + "request": "launch", + "name": "Debug executable", + "cargo": { + "args": ["build"] + }, + "args": ["src/hw.bf"], + "cwd": "${workspaceFolder}" + } + ] +} \ No newline at end of file |