ChorusOS 5.0 Debugging Guide

Configuring the Debug Agent

The debug agent is activated by enabling the DEBUG_SYSTEM feature with the configurator command as follows:


$ configurator -set DEBUG_SYSTEM=true 

Note -

The DEBUG_SYSTEM feature is set to true by default.


When the debug agent is activated, communications on the serial line are performed in binary mode (if the debug server is attached) or in ASCII mode (if it is not).

The debug agent has eight tunable options that you can configure with Ews or configurator. The following three tunables control the behavior of the debug agent when it is enabled (DEBUG_SYSTEM=true):

The following five tunables control the serial line used by the debug agent:


Note -

When the debug agent is not active (DEBUG_SYSTEM=false), the serial line is used by the system debugging console, and the five tunables control the serial device and speed.