Handles will now properly show up automatically dereferenced or NULL in Visual Studio's debug views #51

Merged
Pycorax merged 1 commits from HandleDebugging into main 2022-09-26 00:52:30 +08:00
Pycorax commented 2022-09-25 20:28:49 +08:00 (Migrated from github.com)

image

Note: Uninitialized handles will look incorrect. E.g. Accessing this handle in this context before createHandle() is called:

auto hdl = createHandle();
![image](https://user-images.githubusercontent.com/8434128/192143523-321abb0d-d6ac-4a8a-89d1-803dcce47ff9.png) Note: Uninitialized handles will look incorrect. E.g. Accessing this handle in this context before createHandle() is called: ``` auto hdl = createHandle(); ```
XiaoQiDigipen (Migrated from github.com) reviewed 2022-09-25 20:28:49 +08:00
Sign in to join this conversation.
No description provided.