Try this: http://rubyforge.org/projects/ruby-breakpoint/
It allows you to stop a ruby program and be dumped to an IRB session. From there you can view the program state, manipulate variables, and do all kinds of cool things. It is very easy to use. -andy ----Original Message Follows---- From: Jonathan Ni <[EMAIL PROTECTED]> Reply-To: [email protected] To: [email protected] Subject: [Wtr-general] Run time debugging feature Date: Tue, 16 May 2006 12:48:28 -0400 Hi all: Thanks for all greatest support! I have used WATIR to help and build my testing. But now the test bucket is now growing very large now, and it require constant recalibration(that's also a reason use WATIR, easy recalibration). However, when I want to try a fix, I have to run a long way from beginning of the test bucket(I have to, some setup setps). I am thinking if we could have a runtime debugging feature, which pauses where through exception,and try from where paused and continue. That will improve efficiency by great percent. The final goal is recalibrate test case only on single run. Not sure about this could be made or this is just a dream. Thanks for all great work. Regards, Jonathan Ni _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
