> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IXtfDebugMonitorClient::Start 메서드

> IXtfDebugMonitorClient::Start 메서드

# IXtfDebugMonitorClient::Start 메서드

개발 콘솔에서 디버그 출력에 대한 수신 대기를 시작합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
public:
HRESULT Start(
         DWORD dwProcessId,
         XTF_DBGMON_START_FLAGS dwFlags,
         IXtfDebugMonitorCallback *pCallback
)  
```

<a id="ID4EH" />

### 매개 변수

*dwProcessId*\
형식: DWORD

프로세스의 식별자입니다.

*dwFlags*\
형식: XTF\_DBGMON\_START\_FLAGS

작업을 수행하는 방법을 지정하는 플래그입니다.\
이 기능은 완전히 개발되지 않았으므로 매개 변수는 값 0을 가져야 합니다.

*pCallback*\
형식: IXtfDebugMonitorCallback \*

클라이언트가 개발 콘솔에서 디버그 출력을 받을 때 호출할 [IXtfDebugMonitorCallback](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-t)에 대한 포인터입니다.

<a id="ID4EQ" />

### 반환 값

형식: HRESULT

HRESULT 성공 또는 오류 코드입니다.

<a id="requirements" />

## 요구 사항

**헤더:** xtfdebugmonitor.h

**라이브러리:** xtfdebugmonitor.lib

**지원 플랫폼:** Windows(XBOX 콘솔 도구용)

<a id="ID4ENB" />

## 설명

이 함수는 개발 콘솔의 게임에서 디버그 출력에 대한 수신 대기를 시작하는 데 사용됩니다. 디버그 출력 수신 대기를 마쳤으면 [IXtfDebugMonitorClient::Stop](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/stop-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m)을 호출하여 출력 수신 대기를 중지합니다. [IXtfDebugMonitorClient::Stop](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/stop-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m)을 호출하지 않으면 리소스 누수 및 게임에 대한 분리된 디버거 연결이 발생할 수 있으며, 이를 해결하려면 게임을 다시 시작해야 할 수 있습니다.

## 함께 보기

<a id="ID4EPB" />

[IXtfDebugMonitorClient 인터페이스](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-t)\
[XtfDebugMonitor](/reference/tools/xtf/xtfdebugmonitor/xtfdebugmonitor-xbox-microsoft-n)\
[IXtfDebugMonitorClient::Stop](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/stop-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m)


## Related topics

- [IXtfDebugMonitorClient::Stop 메서드](/ko/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/stop-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m.md)
- [IXtfDebugMonitorCallback::OnOutputDebugString 메서드](/ko/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m.md)
- [XtfCreateDebugMonitorClient](/ko/reference/tools/xtf/xtfdebugmonitor/methods/xtfcreatedebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m.md)
- [XtfCaptureOutputBegin](/ko/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputbegin-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputEnd](/ko/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputend-xtfapi-xbox-windows-m.md)
