03-11-2013 11:11 AM
I'm running a sequence with many child sequences, and every now and then I see some red flashing instead of green, which I presume means that a sequence failed.
I would like to find all the pass/fail sequences so I can put a breakpoint in or somehow log these failures. How can this be done?
03-11-2013 02:24 PM
Override the SequenceFilePostStepFailure callback. Example is at Examples\Callbacks\PostStepFailureCallback in the TestStand folder.
03-12-2013 12:31 AM
The Red flashing can also be because of errors.
Other options :
Menu --> Execute --> Break on step failure
Whenever a step fails the execution will break at that point.
Slow the tracing speed during your debug.
You can check the sequence call stack to analyse.
The above two options need your attention during run time.
Best way is as suggest by snowpunter.
Also did you enable the reports.Analysing the reports also should get you the details you want.