|
@@ -38,6 +38,26 @@
|
|
"name": "phaser-example",
|
|
"name": "phaser-example",
|
|
"url": "http://localhost:8080/spine-phaser/example/index.html",
|
|
"url": "http://localhost:8080/spine-phaser/example/index.html",
|
|
"webRoot": "${workspaceFolder}"
|
|
"webRoot": "${workspaceFolder}"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "debug-printer (ts)",
|
|
|
|
+ "type": "node",
|
|
|
|
+ "request": "launch",
|
|
|
|
+ "runtimeExecutable": "npx",
|
|
|
|
+ "runtimeArgs": [
|
|
|
|
+ "tsx"
|
|
|
|
+ ],
|
|
|
|
+ "program": "${workspaceFolder}/spine-core/tests/DebugPrinter.ts",
|
|
|
|
+ "args": [
|
|
|
|
+ "${workspaceFolder}/../examples/spineboy/export/spineboy-pro.json",
|
|
|
|
+ "${workspaceFolder}/../examples/spineboy/export/spineboy-pma.atlas",
|
|
|
|
+ "walk"
|
|
|
|
+ ],
|
|
|
|
+ "cwd": "${workspaceFolder}/spine-core",
|
|
|
|
+ "console": "integratedTerminal",
|
|
|
|
+ "skipFiles": [
|
|
|
|
+ "<node_internals>/**"
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
|
|
|
|
]
|
|
]
|