mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
spinning cube build.ps1 working
Just need to generalize it now and test assembly usage.
This commit is contained in:
Vendored
+2
-2
@@ -10,7 +10,7 @@
|
||||
"request": "attach",
|
||||
"target": "localhost:3333",
|
||||
"remote": true,
|
||||
"cwd": "${workspaceRoot}/psxdev_sample/SpinningCube",
|
||||
"cwd": "${workspaceRoot}/psxdev_sample/SpinningCube/build",
|
||||
"valuesFormatting": "parseText",
|
||||
"stopAtConnect": true,
|
||||
"gdbpath": "gdb-multiarch",
|
||||
@@ -20,7 +20,7 @@
|
||||
"osx": {
|
||||
"gdbpath": "gdb"
|
||||
},
|
||||
"executable": "${workspaceRoot}/psxdev_sample/SpinningCube/SpinningCube.elf",
|
||||
"executable": "${workspaceRoot}/psxdev_sample/SpinningCube/build/SpinningCube.elf",
|
||||
"autorun": [
|
||||
"monitor reset shellhalt",
|
||||
"load SpinningCube.elf",
|
||||
|
||||
Reference in New Issue
Block a user