From ae1943bee9339e5f2c9a47cb7ac6c29de0f57bd8 Mon Sep 17 00:00:00 2001 From: ayumin Date: Sun, 6 Nov 2011 16:18:26 +0000 Subject: * lib/debug.rb: add help for 'pp' and 'r[estart]'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/debug.rb b/lib/debug.rb index e99f69826a..3f61bc79fa 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -545,7 +545,9 @@ Commands th[read] [sw[itch]] switch thread context to nnn th[read] stop stop thread nnn th[read] resume resume thread nnn + pp expression evaluate expression and pretty_print its value p expression evaluate expression and print its value + r[estart] restart program h[elp] print this help evaluate EOHELP -- cgit v1.2.3