Debugging using TUI Debug Zones (Windows CE 5.0)
TUI uses the debug zone functionality built into Windows CE extensively to provide debugging output. Debug zones enable debugging by enabling macros that control the output of debugging messages.
For general information about debug zones, including how to turn on debugging using debug zones, see Debug Zones.
The TUI outputs messages with a module name of TelephoneUI.
Within this module name are debug zones, listed in the following table:
Debug Zone | Description |
---|---|
Error | General errors. |
Controls | Information from all subclassed common controls. |
State Manager | Information from the active state; state creation and termination. |
Focus | Information whenever a control gains or loses user interface focus. |
CallerIDFormat | Information returned whenever the TUI formats any type of phone number, for example, when the TUI displays a number to the user locally or prepares to use a number for an outgoing call. |
Presence | Information about interaction with the presence server, including registration and presence events. |
See Also
Examining the TUI Implementation
Send Feedback on this topic to the authors