mfojtik (Michal Fojtik)
- Login: mfojtik
- Email: mfojtik@redhat.com
- Registered on: 05/25/2012
- Last sign in: 05/25/2012
Issues
05/25/2012
-
07:19 AM
Ruby
Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
- Attaching patch.
mfojtik (Michal Fojtik)
-
07:17 AM
Ruby
Bug #6490 (Closed): The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
- Hi,
lib/tracer.rb:189
def trace_func(event, file, line, id, binding, klass, *) # :nodoc:
return if file == __FILE__
for p in @filters
return unless p.call event, file, line, id, binding, klass
end
r...
mfojtik (Michal Fojtik)
Also available in: Atom
Loading...