Macos changes
This commit is contained in:
Vendored
+5
-2
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user