Tracing and capturing events

After you have configured the trace conditions, you can begin tracing and capturing events. As you perform the work that you want to trace, the Tracer displays the traced events according to the selected trace conditions. Each event is a row in the Tracer window.

  1. On the developer toolbar, click Tracer or click Actions > Trace on an activity, data transform, or service rule form.
  2. Click Play to start tracing.
  3. Move or minimize the Tracer window so that you can see the Dev Studio to perform the work that you want to trace.
  4. Perform the work that you want to trace, or when tracing a requestor session other than your own, wait for the system to perform the work in that session.
  5. If you have set a breakpoint for an activity, and the activity starts, the Tracer window acquires focus. Click Continue to resume tracing. Tracing automatically resumes after one hour.
  6. Optional: To remove a breakpoint:
    1. Click Breakpoints.
    2. Select the Remove checkbox.
    3. Click Remove.
  7. If the value of a watch variable changes, the Tracer window acquires focus and the Property Inspector is displayed in the lower left of the window. To view the full Property Inspector display, place your pointer at the line until a yellow arrow appears and drag the dispaly up. The following fields are displayed:

    Reference – Specifies the page and property being watched.

    Old Value – If you clicked Continue and the Tracer finds that the value has changed, the previous value is displayed.

    Current Value – Displays the current value of the property.

  8. Click Continue to resume tracing. Tracing automatically resumes after one hour.
  9. To end the watch:
    1. Click Watch.
    2. Select the Remove check box.
    3. Click Remove.
  10. Click Pause to stop tracing.