[Japanese] [English]


Index


Title: ppp:Powerful `p' (for debug)

1 What's new

1.1 [2006/01/17] 1.0.0 released

stable release

2 Abstract

`ppp' is a powerful version of `kernel#p'. It is useful for debugging.

ppp

stderr with inspect

pppp

stderr with pp

ppm

message with inspect

ppmp

message with pp

3 Usage

irb(main):109:0> a = 1
1
irb(main):110:0> s = "string"
"string"
irb(main):112:0> ppp :a, :s
a = 1
s = "string"
[:a, :s]

4 Install

Please execute the following commands.

ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/ppp-1.0.0.tar.gz").read.display' > ppp-1.0.0.tar.gz
tar xzvf ppp-1.0.0.tar.gz

When you failed, please download it from the next link.

Then, install it.

sudo ruby setup.rb

5 License

GPL


Back to Top

Valid XHTML 1.0!
rubikitch(rubikitch@ruby-lang.org)

Mail Form
Name Mail
URL