dmgtris/.vscode/launch.json

18 lines
570 B
JSON
Raw Permalink Normal View History

2023-10-10 08:32:24 +00:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "emulicious-debugger",
"request": "launch",
"name": "Launch in Emulicious",
2023-11-14 02:05:45 +00:00
"program": "${workspaceFolder}\\bin\\PandorasBlocks.gbc",
2023-10-10 08:32:24 +00:00
"port": 58870,
"stopOnEntry": false,
"preLaunchTask": "buildrom"
}
]
}