got hello psyq doing its job. removing pxdev_sample as no longer needed.

This commit is contained in:
2025-08-05 23:04:07 -04:00
parent 479a65ba36
commit 47ce58159d
14 changed files with 46 additions and 533 deletions
+24
View File
@@ -27,6 +27,30 @@
"tbreak main",
"continue"
]
},
{
"name": "Debug: Hello Psy-Q!",
"type": "gdb",
"request": "attach",
"target": "localhost:3333",
"remote": true,
"cwd": "${workspaceRoot}/build",
"valuesFormatting": "parseText",
"stopAtConnect": true,
"gdbpath": "gdb-multiarch",
"windows": {
"gdbpath": "gdb-multiarch.exe"
},
"osx": {
"gdbpath": "gdb"
},
"executable": "${workspaceRoot}/build/hello_psyq.elf",
"autorun": [
"monitor reset shellhalt",
"load hello_psyq.elf",
"tbreak main",
"continue"
]
}
]
}