switch to rdbg debugger
Some checks failed
/ Run tests (push) Failing after 15s
/ Run system tests (push) Failing after 14s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-10-27 02:16:36 +02:00
parent 351dc53029
commit db9755cad5
2 changed files with 8 additions and 2 deletions

7
.vscode/launch.json vendored
View file

@ -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"