Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/FPGAwars/apio into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 20, 2024
2 parents 931f5d9 + 03fce7f commit 8f98415
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,16 @@
//-- Change to the folder with the example to test
"cwd": "${workspaceFolder}/test-examples/Alhambra-II/temp-ledon"
},
{
"name": "Apio system",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": ["system", "--info"],
"console": "internalConsole",
"justMyCode": true,
//-- Change to the folder with the example to test
"cwd": "${workspaceFolder}/test-examples/Alhambra-II/temp-ledon"
},
]
}

0 comments on commit 8f98415

Please sign in to comment.