Skip to content

Instantly share code, notes, and snippets.

@ZeroPivot
Created January 23, 2021 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZeroPivot/3664269c159a9f5e749541f802bc186f to your computer and use it in GitHub Desktop.
Save ZeroPivot/3664269c159a9f5e749541f802bc186f to your computer and use it in GitHub Desktop.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug ComicMan",
"type": "Ruby",
"request": "attach",
"remoteHost": "127.0.0.1",
"remotePort": "1234",
"remoteWorkspaceRoot": "${workspaceRoot}",
"cwd":"${workspaceRoot}"
},
{
"name": "Debug Sinatra Puma Server",
"type": "Ruby",
"request": "launch",
"cwd": "${workspaceRoot}",
"useBundler": true,
"pathToBundler": "/home/aritywolf/.rvm/rubies/ruby-3.0.0/bin/bundler",
"pathToRDebugIDE": "/home/aritywolf/.rvm/gems/ruby-3.0.0/bin/rdebug-ide",
"program": "/home/aritywolf/.rvm/gems/ruby-3.0.0/bin/puma",
"args": [
"-C",
"config/puma-local.rb",
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment