Skip to main content

IXtfDebugMonitorCallback Interface

Provides a callback that is used when an XBOX Tools Framework (XTF) app sends debug output.

Syntax

Methods

Remarks

The IXtfDebugMonitorCallback Interface dictates how debug output read from the console is handled. This behavior is established when an IXtfDebugMonitorCallback is passed to IXtfDebugMonitorClient::Start as a parameter. The interface contains the method IXtfDebugMonitorCallback::OnOutputDebugString which defines how debug output is handled when it is detected.

Requirements

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

See also

XtfDebugMonitor
IXtfDebugMonitorClient::Start
IXtfDebugMonitorCallback::OnOutputDebugString
Last modified on August 20, 2026