From db9755cad54ff4de1549efadcc21de8cf83bc088 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 27 Oct 2024 02:16:36 +0200 Subject: [PATCH] switch to rdbg debugger --- .devcontainer/devcontainer.json | 3 ++- .vscode/launch.json | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e9bb63d..9d89dc3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,7 +44,8 @@ "vscode": { "extensions": [ "Shopify.ruby-lsp", - "TabbyML.vscode-tabby" + "TabbyML.vscode-tabby", + "KoichiSasada.vscode-rdbg" ], "settings": { "terminal.integrated.defaultProfile.linux": "fish", diff --git a/.vscode/launch.json b/.vscode/launch.json index a2f99f9..50a9a5d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,8 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + // { + // "type": "rdbg", + // "request": "attach", + // "name": "Attach to a debuggee" + // }, { - "type": "ruby_lsp", + "type": "rdbg", "name": "Debug server", "request": "attach", "preLaunchTask": "dev"