about summary refs log tree commit diff stats
path: root/rust/bf/.vscode/launch.json
diff options
context:
space:
mode:
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