{ "version": "0.2.0", "configurations": [ { "name": "lldb puro", "type": "cppdbg", // "targetArchitecture": "arm64", "request": "launch", "program": "${workspaceRoot}/build/sample", "args": [ "-f", "iris" ], "stopAtEntry": false, "cwd": "${workspaceRoot}/build/", "environment": [], "externalConsole": false, "MIMode": "lldb" }, ] }