Sha256: daef395bab184398c457e7cfdca772884a2a50575e48ddfb92a3fc4fbd101c10

Contents?: true

Size: 204 Bytes

Versions: 29

Compression:

Stored size: 204 Bytes

Contents

def trace_events
  set_trace_func (
  proc { |event, file, line, id, binding, classname|
   #next unless line.between? 56, 61
   printf "%8s %s:%-2d %10s %8s\n", event, file, line, id, classname
  })
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
pry-moves-1.0.15 playground/tracer.rb
pry-moves-1.0.14 playground/tracer.rb
pry-moves-1.0.13 playground/tracer.rb
pry-moves-1.0.12 playground/tracer.rb
pry-moves-1.0.11 playground/tracer.rb
pry-moves-1.0.10 playground/tracer.rb
pry-moves-1.0.9 playground/tracer.rb
pry-moves-1.0.8 playground/tracer.rb
pry-moves-1.0.7 playground/tracer.rb
pry-moves-1.0.6 playground/tracer.rb
pry-moves-1.0.5 playground/tracer.rb
pry-moves-1.0.4 playground/tracer.rb
pry-moves-1.0.3 playground/tracer.rb
pry-moves-1.0.2 playground/tracer.rb
pry-moves-1.0.1 playground/tracer.rb
pry-moves-1.0.0 playground/tracer.rb
pry-moves-0.1.13 playground/tracer.rb
pry-moves-0.1.12 playground/tracer.rb
pry-moves-0.1.10 playground/tracer.rb
pry-moves-0.1.9 playground/tracer.rb