24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug staging server",
|
|
"type": "rdbg",
|
|
"request": "launch",
|
|
"command": "bundle",
|
|
"script": "exec",
|
|
"args": ["rails", "server"],
|
|
"env": {
|
|
"RUBY_DEBUG_OPEN": "true",
|
|
"RAILS_ENV": "staging"
|
|
}
|
|
},
|
|
{
|
|
"type": "rdbg",
|
|
"name": "Attach rdbg",
|
|
"request": "attach",
|
|
"debugPort": "/tmp/rdbg-1000/rdbg-492838"
|
|
}
|
|
]
|
|
}
|