Skip to content

Commit 8d2230c

Browse files
authored
Merge pull request #281 from duduribeiro/add-remote-debugging-to-procfile
Run the server with remote debugging enabled
2 parents 283506f + 3dfd6f7 commit 8d2230c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## next / unreleased
2+
3+
* Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` by @duduribeiro
14

25
## v2.0.30 / 2023-07-13
36

lib/install/Procfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: bin/rails server -p 3000
1+
web: env RUBY_DEBUG_OPEN=true bin/rails server -p 3000
22
css: bin/rails tailwindcss:watch

0 commit comments

Comments
 (0)