From 896058b485653bc8a1b5ccbc1248267880a8c911 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 22 Oct 2008 23:09:48 +0530 Subject: Merge with docrails --- .../doc/guides/html/debugging_rails_applications.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'railties/doc/guides/html/debugging_rails_applications.html') diff --git a/railties/doc/guides/html/debugging_rails_applications.html b/railties/doc/guides/html/debugging_rails_applications.html index f29d8860d2..bf1e442d59 100644 --- a/railties/doc/guides/html/debugging_rails_applications.html +++ b/railties/doc/guides/html/debugging_rails_applications.html @@ -424,7 +424,7 @@ config.logger =
-Tip +Tip By default, each log is created under RAILS_ROOT/log/ and the log file name is environment_name.log.
@@ -444,7 +444,7 @@ ActiveRecord::Base
-Tip +Tip The default Rails log level is info in production mode and debug in development and test mode.
@@ -561,7 +561,7 @@ http://www.gnu.org/software/src-highlite -->
-Tip +Tip In development mode, you can dynamically require 'ruby-debug' instead of restarting the server, if it was started without —debugger.
@@ -593,7 +593,7 @@ continue edit frame method putl set tmate where
-Tip +Tip To view the help menu for any command use help <command-name> in active debug mode. For example: help var
@@ -717,7 +717,7 @@ true
-Tip +Tip You can also step into irb mode with the command irb (of course!). This way an irb session will be started within the context you invoked it. But be warned: this is an experimental feature.
@@ -748,7 +748,7 @@ true
-Tip +Tip The commands p (print) and pp (pretty print) can be used to evaluate Ruby expressions and display the value of variables to the console.
@@ -766,7 +766,7 @@ true
-Tip +Tip You can also use step+ n and step- n to move forward or backward n steps respectively.
@@ -796,7 +796,7 @@ http://www.gnu.org/software/src-highlite -->
-Tip +Tip You can use ruby-debug while using script/console. Just remember to require "ruby-debug" before calling the debugger method.
@@ -962,7 +962,7 @@ No breakpoints.
-Tip +Tip You can include any number of these configuration lines inside a .rdebugrc file in your HOME directory. ruby-debug will read this file every time it is loaded. and configure itself accordingly.
-- cgit v1.2.3