Using the Debugger

1. Overview

This section collects information to note when using PARTNER-CTR Debugger.

For information specific to using PARTNER-CTR Debugger, see the manual supplied with PARTNER, the CTR Overview, and the CTR Development Environment Startup Guide.

Back to top

2. Menus

The usage of the debugger differs between the development menu and HOME Menu. For more information, see the Dev Menu and HOME Menu pages.

Back to top

3. Sending Log Output to the Debug Window

Processing log output is a time-consuming operation. Consequently, using a log-output function significantly affects how fast the application runs.
To minimize this effect, the operating system 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 can cause the output to exceed the buffer's capacity.
If this happens, the system forces the output to the log. Be aware that this increases the execution time of the log-output function, which in turn increases the effect on the running speed of the application. When the buffer capacity is exceeded, the "___" string is output to the debug window.

Back to top

4. Revision History

2011/10/27
Initial version.


Back to top

CONFIDENTIAL