1. build
{
"version": "0.2.0",
"configurations": [
{
"name": "v8 sample Debug",
"type": "cppdbg",
"request": "launch",
"targetArchitecture": "x64",
"program": "${workspaceFolder}/out/x64.debug/v8_hello_world",
"args": [], // Optional command line args
"stopAtEntry": true,
"cwd": "${workspaceFolder}",
"MIMode": "lldb"
}
]
}
```
3. run and debug "v8 sample Debug"
