From 23bd340a485d72b1a6d30ad55aeec7d3903e0d79 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 14 Dec 2011 02:08:40 +0530 Subject: copy edits --- railties/guides/source/debugging_rails_applications.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/debugging_rails_applications.textile b/railties/guides/source/debugging_rails_applications.textile index b8f541b671..57c7786636 100644 --- a/railties/guides/source/debugging_rails_applications.textile +++ b/railties/guides/source/debugging_rails_applications.textile @@ -465,7 +465,7 @@ Now you should know where you are in the running trace and be able to print the Use +step+ (abbreviated +s+) to continue running your program until the next logical stopping point and return control to ruby-debug. -TIP: You can also use +step _n_+ and +step- _n_+ to move forward or backward _n_ steps respectively. +TIP: You can also use step n and step- n to move forward or backward +n+ steps respectively. You may also use +next+ which is similar to step, but function or method calls that appear within the line of code are executed without stopping. As with step, you may use plus sign to move _n_ steps. -- cgit v1.2.3