26 lines
776 B
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|