Prev
|
Index
|
Next
Ruby Debugging
Skip past class definitions
Use the next command to skip over class definitions, they just tell you what classes are in the program being debugged
test-rdb:3:class WordDictionary (rdb:1)
n
test-rdb:28:dictionary = WordDictionary.new (rdb:1)
Doug Beaver
06/24/2003
seattle.rb