swissChili | aed6ff3 | 2021-05-29 17:51:04 -0700 | [diff] [blame] | 1 | { |
| 2 | // Use IntelliSense to learn about possible attributes. |
| 3 | // Hover to view descriptions of existing attributes. |
| 4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
| 5 | "version": "0.2.0", |
| 6 | "configurations": [ |
| 7 | { |
| 8 | "type": "gdb", |
| 9 | "request": "attach", |
| 10 | "name": "Attach to QEMU", |
| 11 | "executable": "./src/kernel/kernel.elf", |
| 12 | "target": ":1234", |
| 13 | "remote": true, |
| 14 | "cwd": "${workspaceRoot}", |
| 15 | "valuesFormatting": "parseText", |
| 16 | } |
| 17 | ] |
| 18 | } |