Skip to content

Commit

Permalink
Fixed debugging guide to pass XHTML 1.0 Strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeiniesta committed Apr 4, 2010
1 parent af87232 commit 395f171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/guides/source/debugging_rails_applications.textile
Expand Up @@ -286,7 +286,7 @@ condition down finish list ps save thread var
continue edit frame method putl set tmate where continue edit frame method putl set tmate where
</shell> </shell>


TIP: To view the help menu for any command use +help <command-name>+ in active debug mode. For example: _+help var+_ TIP: To view the help menu for any command use +help &lt;command-name&gt;+ in active debug mode. For example: _+help var+_


The next command to learn is one of the most useful: +list+. You can also abbreviate ruby-debug commands by supplying just enough letters to distinguish them from other commands, so you can also use +l+ for the +list+ command. The next command to learn is one of the most useful: +list+. You can also abbreviate ruby-debug commands by supplying just enough letters to distinguish them from other commands, so you can also use +l+ for the +list+ command.


Expand Down Expand Up @@ -704,6 +704,7 @@ h3. Changelog


"Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/5 "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/5


* April 4, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":credits.html#jaimeiniesta
* November 3, 2008: Accepted for publication. Added RJS, memory leaks and plugins chapters by "Emilio Tagua":credits.html#miloops * November 3, 2008: Accepted for publication. Added RJS, memory leaks and plugins chapters by "Emilio Tagua":credits.html#miloops
* October 19, 2008: Copy editing pass by "Mike Gunderloy":credits.html#mgunderloy * October 19, 2008: Copy editing pass by "Mike Gunderloy":credits.html#mgunderloy
* September 16, 2008: initial version by "Emilio Tagua":credits.html#miloops * September 16, 2008: initial version by "Emilio Tagua":credits.html#miloops

0 comments on commit 395f171

Please sign in to comment.