8 lines
289 B
JSON
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}"}
|
|
]
|
|
}
|