Skip to content

Commit 3dfd6f7

Browse files
committed
Run the server with remote debugging enabled
This commit adds the `--open` option so a remote session can be started using `rdbg --attach`. This allows to debug inside a foreman process.
1 parent f8ee6a5 commit 3dfd6f7

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)