Skip to main content

IXtfDebugMonitorClient::Stop Method

Stops listening for debug output from the development console.

Syntax

Parameters

dwProcessId
Type: DWORD
Identifier of the process. dwFlags
Type: XTF_DBGMON_STOP_FLAGS
Flags that specify how to perform the operation.
This functionality is not fully developed and, so the parameter should take a value of 0.

Return value

Type: HRESULT HRESULT success or error code.

Remarks

Call this method when you have finished listening to a game on a development console for debug output. The call should occur after you have called IXtfDebugMonitorClient::Start to start listening for debug output. Failure to call IXtfDebugMonitorClient::Stop could result in resource leakage and an orphaned debugger attachment to the game, this may require a game restart to fix.

Requirements

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

See also

IXtfDebugMonitorClient Interface
XtfDebugMonitor
IXtfDebugMonitorClient::Start
Last modified on August 20, 2026