53,56d52
< # ruby debug cmd line options
< parser.add_option("--ruby-debug", action="store_true", default=False)
< parser.add_option("--ruby-debug-cycle", type="int", default=1)
<
134,137d129
< debug = RubyDebug(filter_string = 'none',
< verbosity_string = 'none',
< protocol_trace = options.ruby_debug,
< start_time = options.ruby_debug_cycle),