about summary refs log tree commit diff stats
path: root/rust/bf/.vscode/launch.json
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2024-12-03 12:00:33 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2024-12-03 12:00:33 -0500
commitc35d5ead81dc92621ff1d7d5104fda8346c74d73 (patch)
tree95dea2a9cec467e879e9e57ddacae720aff0fc99 /rust/bf/.vscode/launch.json
parent5db4d92b3a6e2db45df6e471d676fd78b07be1f3 (diff)
downloadtour-c35d5ead81dc92621ff1d7d5104fda8346c74d73.tar.gz
*
Diffstat (limited to 'rust/bf/.vscode/launch.json')
-rw-r--r--rust/bf/.vscode/launch.json15
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