feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git] / lunaix-os / .vscode / launch.json
index 1969f6d5aa5d8c1ac49b5bf475160a34ce6d3735..0a866ca4fa6d27874f3ad8c86ceced62cb91d317 100644 (file)
@@ -7,8 +7,8 @@
         {
             "type": "gdb",
             "request": "attach",
-            "name": "Attach to QEMU",
-            "executable": "${workspaceRoot}/build/bin/lunaix.bin",
+            "name": "LunaixOS",
+            "executable": "${workspaceRoot}/build/bin/kernel.bin",
             "target": ":1234",
             "remote": true,
             "cwd": "${workspaceRoot}",