This section gathers information to note when using PARTNER-CTR Debugger.
See the manual supplied with PARTNER, the CTR Overview, and the CTR Development Environment Startup Guide for information specific to using PARTNER-CTR Debugger.
The usage of the debugger differs between the development menu and HOME Menu. See the Dev Menu and HOME Menu pages for details.
Processing log output is a time-consuming operation. Consequently, using a log-output function will significantly impact how fast the application runs.
To minimize this impact, the OS buffers strings that are output to the log, and outputs them when utilization of the system core is low.
However, frequent log output for a prolonged period of time can cause the output to exceed the buffer's capacity.
If this happens, the system will force the output to the log. Be aware that this will increase the execution time of the log-output function, which will in turn increase the impact on the running speed of the application. When the buffer capacity is exceeded, the "___" string is output to the debug window.
CONFIDENTIAL