Skip to content

Commit

Permalink
Run the server with remote debugging enabled (#123)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
elia committed Jun 19, 2023
1 parent 8b005a2 commit fcf0088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: unset PORT && bin/rails server
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
css: yarn build:css --watch

0 comments on commit fcf0088

Please sign in to comment.