mchr3k / org.intrace

Java tracing agent and live trace client
http://mchr3k.github.com/org.intrace/
73 stars 18 forks source link

Feature request: Trigger lines #17

Open mchr3k opened 12 years ago

mchr3k commented 12 years ago

Intended usage:

1) Enable trace in a large number of classes e.g. "java.*" 2) Add trigger line - e.g. "method: arg: foo" 3) When trigger is hit, output filter is disabled for a certain number of lines of trace

This allows the collection of trace which happens after a certain event

EXTRA: Allow reverse event matching. When a trigger is hit, expose the previous N lines of trace.