switch to rdbg debugger
This commit is contained in:
parent
351dc53029
commit
db9755cad5
2 changed files with 8 additions and 2 deletions
|
|
@ -44,7 +44,8 @@
|
|||
"vscode": {
|
||||
"extensions": [
|
||||
"Shopify.ruby-lsp",
|
||||
"TabbyML.vscode-tabby"
|
||||
"TabbyML.vscode-tabby",
|
||||
"KoichiSasada.vscode-rdbg"
|
||||
],
|
||||
"settings": {
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
|
|
|
|||
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue