You can check debug informations using logs when using ‘Inspect Debug Info’ feature during target tests without debugger. Debug information is displayed instead of coverage measurement when export test codes to target environment and build and run the test by using ‘Inspect Debug Info’. At this time, the default log output size is set to 1000. If the log information exceeds 1000 characters, execution will be terminated as it is, and the debugging log may be truncated. You can adjust the log output size through the TARGET_DEBUG_PROBE_INDEX option in the ut.ini file created for each project.

location of ut.ini file : %Controller Tester_project_path%\.csdata\ut.ini
option : TARGET_DEBUG_PROBE_INDEX=1000

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

Thanks for your feedback.