14 lines
382 B
JSON
14 lines
382 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "starlingmonkey",
|
|
"request": "launch",
|
|
"name": "Debug StarlingMonkey component",
|
|
"component": "${workspaceFolder}/dist/temp.wasm",
|
|
"program": "${workspaceFolder}/src/index.js",
|
|
"stopOnEntry": false,
|
|
"trace": true
|
|
}
|
|
]
|
|
} |