Skip to content

Commit

Permalink
Merge pull request #281 from duduribeiro/add-remote-debugging-to-proc…
Browse files Browse the repository at this point in the history
…file

Run the server with remote debugging enabled
  • Loading branch information
flavorjones committed Oct 10, 2023
2 parents 283506f + 3dfd6f7 commit 8d2230c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## next / unreleased

* Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` by @duduribeiro

## v2.0.30 / 2023-07-13

Expand Down
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: bin/rails server -p 3000
web: env RUBY_DEBUG_OPEN=true bin/rails server -p 3000
css: bin/rails tailwindcss:watch

0 comments on commit 8d2230c

Please sign in to comment.