Macos changes

This commit is contained in:
Dynamitos
2026-03-16 16:54:30 +01:00
parent 4fd44b075f
commit 925537dcb3
6 changed files with 82 additions and 9 deletions
+5 -2
View File
@@ -18,9 +18,12 @@
"name": "Editor (Mac)",
"type": "lldb",
"request": "launch",
"program": "${workspaceRoot}/build/external/Seele/Debug/Editor",
"program": "${workspaceRoot}/build/external/Seele/Editor",
"args": [],
"cwd": "${workspaceRoot}/build/external/Seele/Debug",
"cwd": "${workspaceRoot}/build/external/Seele",
"initCommands": [
"command script import ${workspaceFolder}/external/Seele/gdb/Seele_lldb.py"
]
},
{
"name": "Editor (Linux)",