mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-06 23:58:49 +00:00
improve step-debug latency
This commit is contained in:
Vendored
+41
-1
@@ -4,7 +4,7 @@
|
|||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Debug: Hello Psy-Q!",
|
"name": "Debug: Hello Psy-Q!",
|
||||||
"type": "gdb",
|
"type": "gdb",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
@@ -12,6 +12,10 @@
|
|||||||
"remote": true,
|
"remote": true,
|
||||||
"cwd": "${workspaceRoot}/build",
|
"cwd": "${workspaceRoot}/build",
|
||||||
"valuesFormatting": "parseText",
|
"valuesFormatting": "parseText",
|
||||||
|
"registerLimit": "1-32",
|
||||||
|
"frameFilters": false,
|
||||||
|
"showDevDebugOutput": false,
|
||||||
|
"printCalls": false,
|
||||||
"stopAtConnect": true,
|
"stopAtConnect": true,
|
||||||
"gdbpath": "gdb-multiarch",
|
"gdbpath": "gdb-multiarch",
|
||||||
"windows": {
|
"windows": {
|
||||||
@@ -21,6 +25,12 @@
|
|||||||
"gdbpath": "gdb"
|
"gdbpath": "gdb"
|
||||||
},
|
},
|
||||||
"executable": "${workspaceRoot}/build/hello_psyq.elf",
|
"executable": "${workspaceRoot}/build/hello_psyq.elf",
|
||||||
|
"setupCommands": [
|
||||||
|
{ "text": "set mi-async off" },
|
||||||
|
{ "text": "set remotetimeout 0" },
|
||||||
|
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
|
||||||
|
{ "text": "set logging redirect on" }
|
||||||
|
],
|
||||||
"autorun": [
|
"autorun": [
|
||||||
"monitor reset shellhalt",
|
"monitor reset shellhalt",
|
||||||
"load hello_psyq.elf",
|
"load hello_psyq.elf",
|
||||||
@@ -37,6 +47,10 @@
|
|||||||
"remote": true,
|
"remote": true,
|
||||||
"cwd": "${workspaceRoot}/build",
|
"cwd": "${workspaceRoot}/build",
|
||||||
"valuesFormatting": "parseText",
|
"valuesFormatting": "parseText",
|
||||||
|
"registerLimit": "1-32",
|
||||||
|
"frameFilters": false,
|
||||||
|
"showDevDebugOutput": false,
|
||||||
|
"printCalls": false,
|
||||||
"stopAtConnect": true,
|
"stopAtConnect": true,
|
||||||
"gdbpath": "gdb-multiarch",
|
"gdbpath": "gdb-multiarch",
|
||||||
"windows": {
|
"windows": {
|
||||||
@@ -46,6 +60,12 @@
|
|||||||
"gdbpath": "gdb"
|
"gdbpath": "gdb"
|
||||||
},
|
},
|
||||||
"executable": "${workspaceRoot}/build/hello_gpu.elf",
|
"executable": "${workspaceRoot}/build/hello_gpu.elf",
|
||||||
|
"setupCommands": [
|
||||||
|
{ "text": "set mi-async off" },
|
||||||
|
{ "text": "set remotetimeout 0" },
|
||||||
|
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
|
||||||
|
{ "text": "set logging redirect on" }
|
||||||
|
],
|
||||||
"autorun": [
|
"autorun": [
|
||||||
"monitor reset shellhalt",
|
"monitor reset shellhalt",
|
||||||
"load hello_gpu.elf",
|
"load hello_gpu.elf",
|
||||||
@@ -61,6 +81,10 @@
|
|||||||
"remote": true,
|
"remote": true,
|
||||||
"cwd": "${workspaceRoot}/build",
|
"cwd": "${workspaceRoot}/build",
|
||||||
"valuesFormatting": "parseText",
|
"valuesFormatting": "parseText",
|
||||||
|
"registerLimit": "1-32",
|
||||||
|
"frameFilters": false,
|
||||||
|
"showDevDebugOutput": false,
|
||||||
|
"printCalls": false,
|
||||||
"stopAtConnect": true,
|
"stopAtConnect": true,
|
||||||
"gdbpath": "gdb-multiarch",
|
"gdbpath": "gdb-multiarch",
|
||||||
"windows": {
|
"windows": {
|
||||||
@@ -70,6 +94,12 @@
|
|||||||
"gdbpath": "gdb"
|
"gdbpath": "gdb"
|
||||||
},
|
},
|
||||||
"executable": "${workspaceRoot}/build/hello_gte.elf",
|
"executable": "${workspaceRoot}/build/hello_gte.elf",
|
||||||
|
"setupCommands": [
|
||||||
|
{ "text": "set mi-async off" },
|
||||||
|
{ "text": "set remotetimeout 0" },
|
||||||
|
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
|
||||||
|
{ "text": "set logging redirect on" }
|
||||||
|
],
|
||||||
"autorun": [
|
"autorun": [
|
||||||
"monitor reset shellhalt",
|
"monitor reset shellhalt",
|
||||||
"load hello_gte.elf",
|
"load hello_gte.elf",
|
||||||
@@ -85,6 +115,10 @@
|
|||||||
"remote": true,
|
"remote": true,
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"valuesFormatting": "parseText",
|
"valuesFormatting": "parseText",
|
||||||
|
"registerLimit": "1-32",
|
||||||
|
"frameFilters": false,
|
||||||
|
"showDevDebugOutput": false,
|
||||||
|
"printCalls": false,
|
||||||
"stopAtConnect": true,
|
"stopAtConnect": true,
|
||||||
"gdbpath": "gdb-multiarch",
|
"gdbpath": "gdb-multiarch",
|
||||||
"windows": {
|
"windows": {
|
||||||
@@ -94,6 +128,12 @@
|
|||||||
"gdbpath": "gdb"
|
"gdbpath": "gdb"
|
||||||
},
|
},
|
||||||
"executable": "${workspaceRoot}/build/hello_gte.dwarf-injected.elf",
|
"executable": "${workspaceRoot}/build/hello_gte.dwarf-injected.elf",
|
||||||
|
"setupCommands": [
|
||||||
|
{ "text": "set mi-async off" },
|
||||||
|
{ "text": "set remotetimeout 0" },
|
||||||
|
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
|
||||||
|
{ "text": "set logging redirect on" }
|
||||||
|
],
|
||||||
"autorun": [
|
"autorun": [
|
||||||
"monitor reset shellhalt",
|
"monitor reset shellhalt",
|
||||||
"load build/hello_gte.dwarf-injected.elf",
|
"load build/hello_gte.dwarf-injected.elf",
|
||||||
|
|||||||
Reference in New Issue
Block a user