From 793c12c9b9dc64f01a5eb552790c5c373535e5d5 Mon Sep 17 00:00:00 2001 From: hwwang Date: Thu, 6 Jun 2024 15:43:02 +0800 Subject: [PATCH] attach lanch.json --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1654267..77a7602 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,6 +20,9 @@ "externalConsole": false, "MIMode": "gdb", "envFile": "${workspaceFolder}/.env", + "sourceFileMap": { + "/sledge/runtime": "${workspaceFolder}/runtime" + }, "setupCommands": [ { "description": "Enable pretty-printing for gdb", @@ -70,4 +73,4 @@ ] } ] -} \ No newline at end of file +}