Asuro/src/.vscode/launch.json
kieron 220d6d8071 Moved types to system.pas
Added first ISR (ISR0).

git-svn-id: https://spexeah.com:8443/svn/Asuro@37 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
2017-05-17 11:19:16 +00:00

12 lines
246 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
}
]
}