langtoncant/.vimspector.json
Bjorn Einar Bjarntes 5c4e702999 a lot
2021-12-18 11:14:37 +01:00

26 lines
776 B
JSON

{
"configurations": {
"CC65 VICE Launch": {
"adapter": "cust_cc65-vice",
"configuration": {
"type": "cc65-vice",
"request": "launch",
"name": "CC65 Vice Launch",
"program": "${workspaceFolder}/program.c64",
"port": 6510,
"build": {
"cwd": "${workspaceFolder}",
"command": "make",
"skip": true,
"args": [
"OPTIONS=mapfile,labelfile,debugfile"
]
},
"stopOnEntry": true,
"stopOnExit": true,
"emulatorArgs": [
]
}
}
}
}