| Previous | Next |
| DBG_COMMAND_EXCEPTION | RPC_NT_UUID_LOCAL_ONLY |
DBG_PRINTEXCEPTION_WIDE_C
Meaning of DBG_PRINTEXCEPTION_WIDE_C
DBG_PRINTEXCEPTION_WIDE_C (0x4001000A) is an informational debugger status used in Unicode debug-output delivery. Seeing it in an exception or debug-event trace does not by itself mean that the application faulted.
What to inspect
- Record the process, thread, debugger state, and the Unicode debug string associated with the event.
- Correlate the status with the debug-output API call that generated it rather than with unrelated exception-handling code.
- If both narrow and wide debug-output statuses appear, keep their payloads separate so character conversion or debugger capability issues are not misdiagnosed as application faults.
Handling
A debugger or diagnostic component should consume the event according to its debug-output path. Application recovery is normally unnecessary unless the real problem is lost, malformed, or incorrectly decoded debug output.
References
Looking for a different code? Search another status or error code.