MetaCore/SandboxProject/.vscode/launch.json
2026-08-07 10:57:07 +08:00

8 lines
289 B
JSON

{
"version": "0.2.0",
"configurations": [
{"name": "Attach MetaCore Editor (LLDB)", "type": "lldb", "request": "attach", "pid": "${command:pickMyProcess}"},
{"name": "Attach MetaCore Player (LLDB)", "type": "lldb", "request": "attach", "pid": "${command:pickMyProcess}"}
]
}