python-tracer

Centralized trace management using sys.settrace
  http://code.google.com/p/pytracer/
  1
  1 review



Python tracer module allows several trace hooks to get registered and unregistered and allow tracing to be turned on and off temporarily without losing the trace hooks. You can also indicate filters on events for which trace hooks should fire and mark methods that should automatically be ignored.
Latest reviews
4
blueXrider 12 years ago

quite nice