blob: 57b1c71944107fb3ed82e5425110a2225d63560b [file] [log] [blame]
swissChiliaed6ff32021-05-29 17:51:04 -07001{
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}