Skip to content

Instantly share code, notes, and snippets.

@usutani
Created May 1, 2023 06:41
Show Gist options
  • Save usutani/9e68002e790849e398c22493740e0edb to your computer and use it in GitHub Desktop.
Save usutani/9e68002e790849e398c22493740e0edb to your computer and use it in GitHub Desktop.
VS Code --- rdbg --- Debug Rails
{
"version": "0.2.0",
"configurations": [
{
"type": "rdbg",
"name": "Debug Rails",
"request": "launch",
"cwd": "${workspaceRoot}",
"script": "bin/rails server",
"args": [],
"askParameters": false,
"useBundler": true,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment