> ## 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.

# DSTORAGE_DEBUG

> DSTORAGE_DEBUG

# DSTORAGE\_DEBUG

DirectStorage 디버그 계층을 제어하는 플래그입니다.

## 구문

```cpp theme={null}
enum DSTORAGE_DEBUG    
{  
    DSTORAGE_DEBUG_NONE = 0x00,  
    DSTORAGE_DEBUG_SHOW_ERRORS = 0x01,  
    DSTORAGE_DEBUG_BREAK_ON_ERROR = 0x02,  
    DSTORAGE_DEBUG_RECORD_OBJECT_NAMES  = 0x04
}  
```

## 상수

| 상수                                     | 설명                                                          |
| -------------------------------------- | ----------------------------------------------------------- |
| DSTORAGE\_DEBUG\_NONE                  | DirectStorage 디버그 계층이 비활성화됩니다.                              |
| DSTORAGE\_DEBUG\_SHOW\_ERRORS          | 오류 정보를 디버거에 출력합니다.                                          |
| DSTORAGE\_DEBUG\_BREAK\_ON\_ERROR      | 오류가 감지될 때마다 디버그 중단을 트리거합니다.                                 |
| DSTORAGE\_DEBUG\_RECORD\_OBJECT\_NAMES | ETW 이벤트에 `IDStorageStatusArrayX` 및 `ID3D12Fence` 이름을 포함합니다. |

## 설명

이 열거형은 [IDStorageFactoryX::SetDebugFlags](/reference/system/dstorage/interfaces/IDStorageFactoryX/methods/idstoragefactoryx_setdebugflags) 메서드에서 사용됩니다. 이 플래그는 요청이 큐에 등록될 때 DirectStorage가 추가 검증을 수행할지 여부를 제어합니다. 이러한 검증은 디버깅을 지원하기 위한 것입니다.

## 요구 사항

**헤더:** dstorage\_xs.h

**지원되는 플랫폼:** XBOX Series 콘솔

## 함께 보기

[IDStorageFactoryX::SetDebugFlags](/reference/system/dstorage/interfaces/IDStorageFactoryX/methods/idstoragefactoryx_setdebugflags)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [DStorage](/ko/reference/system/dstorage/dstorage_members.md)
- [IDStorageFactoryX::SetDebugFlags](/ko/reference/system/dstorage/interfaces/IDStorageFactoryX/methods/idstoragefactoryx_setdebugflags.md)
- [DSTORAGE_QUEUE_OPTIONS](/ko/reference/system/dstorage/structs/dstorage_queue_options.md)
- [IDStorageQueueX1::EnqueueSetEvent](/ko/reference/system/dstorage/interfaces/IDStorageQueueX1/methods/idstoragequeuex_enqueuesetevent.md)
- [DSTORAGE_PRIORITY](/ko/reference/system/dstorage/enums/dstorage_priority.md)
