aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/debugging/debugging_rails_applications.txt
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc/guides/debugging/debugging_rails_applications.txt')
-rw-r--r--railties/doc/guides/debugging/debugging_rails_applications.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/doc/guides/debugging/debugging_rails_applications.txt b/railties/doc/guides/debugging/debugging_rails_applications.txt
index b00a7f4328..3a5f9d3e7e 100644
--- a/railties/doc/guides/debugging/debugging_rails_applications.txt
+++ b/railties/doc/guides/debugging/debugging_rails_applications.txt
@@ -231,6 +231,11 @@ Make sure you have started your web server with the option --debugger:
~/PathTo/rails_project$ script/server --debugger
----------------------------------------------------------------------------
+[TIP]
+----------------------------------------------------------------------------
+In development mode, you can dynamically *require 'ruby-debug'* instead of restarting the server, in case it was started without --debugger.
+----------------------------------------------------------------------------
+
In order to use Rails debugging you'll need to be running either *WEBrick* or *Mongrel*. For the moment, no alternative servers are supported.
=== The shell