setup graphics_hello_psyq

This commit is contained in:
2025-08-05 23:34:34 -04:00
parent 47ce58159d
commit c052253b0e
6 changed files with 66 additions and 26 deletions
-24
View File
@@ -4,30 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug: Spinning Cube",
"type": "gdb",
"request": "attach",
"target": "localhost:3333",
"remote": true,
"cwd": "${workspaceRoot}/psxdev_sample/SpinningCube/build",
"valuesFormatting": "parseText",
"stopAtConnect": true,
"gdbpath": "gdb-multiarch",
"windows": {
"gdbpath": "gdb-multiarch.exe"
},
"osx": {
"gdbpath": "gdb"
},
"executable": "${workspaceRoot}/psxdev_sample/SpinningCube/build/SpinningCube.elf",
"autorun": [
"monitor reset shellhalt",
"load SpinningCube.elf",
"tbreak main",
"continue"
]
},
{
"name": "Debug: Hello Psy-Q!",
"type": "gdb",