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": {
|
"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
7
.vscode/launch.json
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue