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

View file

@ -44,7 +44,8 @@
"vscode": { "vscode": {
"extensions": [ "extensions": [
"Shopify.ruby-lsp", "Shopify.ruby-lsp",
"TabbyML.vscode-tabby" "TabbyML.vscode-tabby",
"KoichiSasada.vscode-rdbg"
], ],
"settings": { "settings": {
"terminal.integrated.defaultProfile.linux": "fish", "terminal.integrated.defaultProfile.linux": "fish",

7
.vscode/launch.json vendored
View file

@ -4,8 +4,13 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
// {
// "type": "rdbg",
// "request": "attach",
// "name": "Attach to a debuggee"
// },
{ {
"type": "ruby_lsp", "type": "rdbg",
"name": "Debug server", "name": "Debug server",
"request": "attach", "request": "attach",
"preLaunchTask": "dev" "preLaunchTask": "dev"