Sha256: 6512e2d13269dddf467118e56812740154cf3ed1aefcfecaf0e8cef7b5f91133

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

#!/usr/bin/env ruby
require File.expand_path("../helper", __FILE__)

# Test that linetracing does something.
class TestStepping < Test::Unit::TestCase
  include TestHelper

  # Test commands in stepping.rb
  def test_basic
    testname='stepping'
    script = File.join('data', testname + '.cmd')
    assert(run_debugger(testname, "--script #{script} -- ./example/gcd.rb 3 5"))
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/test-stepping.rb