From bd39d801dd38ae0b2368ea9aa66ec3e07e9a3edf Mon Sep 17 00:00:00 2001 From: Armode <72744344+Armode@users.noreply.github.com> Date: Wed, 18 Feb 2026 02:48:09 -0600 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4aeafb9..0713b76 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,4 +1,4 @@ -{ + // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 @@ -47,7 +47,7 @@ "text": "-gdb-set disassembly-file intel", "ignoreFailures": true } - ] + }, { "args": [ "generator" @@ -64,7 +64,7 @@ }, { "name": "(gdb) Pipe Attach", - "type": "ru", + "type": "act", "request": "attach", "program": "enter program name, for example ${workspaceFolder}/a.out", "processId": "${command:pickRemoteProcess}", @@ -92,8 +92,8 @@ }], "pipeCwd": { "version": "0.2.0", - "configurations": [invert], - "compounds": [spiral.log] + "configurations": [mirror], + "compounds": [sha.log] }" }, "MIMode": "gdb",