1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ayumin 2011-11-06 16:18:26 +00:00
parent 5cb6365487
commit ae1943bee9
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon Nov 07 01:14:22 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
* lib/debug.rb: add help for 'pp' and 'r[estart]'. patch
from Sho Hashimoto. [Bug #5093] [ruby-dev:44222]
Sun Nov 6 14:49:58 2011 Tanaka Akira <akr@fsij.org>
* ext/socket/rubysocket.h (rsock_recvmsg): declared.

View file

@ -545,7 +545,9 @@ Commands
th[read] [sw[itch]] <nnn> switch thread context to nnn
th[read] stop <nnn> stop thread nnn
th[read] resume <nnn> 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
<everything else> evaluate
EOHELP