Skip to main content

IXtfDebugMonitorClient Interface

Receives debug output from XBOX Tools Framework (XTF) apps.

Syntax

Methods

Requirements

Header: xtfdebugmonitor.h Library: xtfdebugmonitor.lib Supported platforms: Windows (for XBOX console tools)

Remarks

This interface is created by calling XtfCreateDebugMonitorClient. The interface allows you to monitor for debug messages being output by a game on a development console. In order to start listening for debug messages call IXtfDebugMonitorClient::Start. Once you have finished listening for debug messages from the console call IXtfDebugMonitorClient::Stop. The IXtfDebugMonitorClient Interface monitors debug output from a specific process. If you want to read more general debug output from a development console you will need to call XtfCaptureOutputBegin.

See also

XtfDebugMonitor
XtfCreateDebugMonitorClient IXtfDebugMonitorClient::Start
IXtfDebugMonitorClient::Stop
XtfCaptureOutputBegin
Last modified on August 20, 2026