The results of the tests on the target are stored in ct_target_log.
If you get an error that can’t find the ct_target_log, there are two things to check:

  1. Make sure your target test code is built correctly
    • If the test code was not applied correctly or if the binaries built with the test code were not deployed to the target (build the original software only), you might get an error that a variable cannot be found to store the test results.
  1. Position of the GO.HLL instruction in the cmm script
    • You must write a cmm script to specify a breakpoint with the BREAK.SET command and begin debugging.

ex)

BREAK.SET cs_io_initialize /Program /cmd " … " /RESUME
BREAK.SET cs_write_log /Program /cmd "…"  /RESUME
BREAK.SET cs_io_finalize /Program /cmd "…" /RESUME /cmd "…" /RESUME

GO.HLL <- Enter after setting BREAK

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.