What is the use of “BreakPoints” & “Watch” options in Tracer

Hi Everyone,

What is the use of “BreakPoints” & “Watch" options in Tracer

  • How to configure them?
  • Any similarities ?
  • Any Differences?

Hi @NagarjunaS16644648:

Please see this and this.

Both these options are used for debugging. Break is used to stop the processing at specific steps and watch is used to detect the change in values.

Thanks.