Skip to content

Instantly share code, notes, and snippets.

@pjbelo
Last active May 1, 2021 11:05
Show Gist options
  • Save pjbelo/dbe35b2318fea250f4ab1aa160b3f16c to your computer and use it in GitHub Desktop.
Save pjbelo/dbe35b2318fea250f4ab1aa160b3f16c to your computer and use it in GitHub Desktop.
VS Code - Ruby configuration - Debug local file - the current opened file
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Local File",
"type": "Ruby",
"request": "launch",
"cwd": "${workspaceRoot}",
"program": "${file}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment