Skip to content

Commit fcf0088

Browse files
authored
Run the server with remote debugging enabled (#123)
When running inside foreman the 'debug' gem will not have a proper TTY available. Running with the `--open` option enabled allows to start remote sessions and attach a debugger client with `rdbg --attach`.
1 parent 8b005a2 commit fcf0088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/Procfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: unset PORT && bin/rails server
1+
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
22
css: yarn build:css --watch

0 commit comments

Comments
 (0)