Break Element
Note This content applies to the Windows Logo Kit (WLK). For the latest information using the new Windows Hardware Certification Kit (HCK), see Windows HCK User's Guide on the Windows Hardware Dev Center.
The Break element represents a logged trace for a break into the debugger.
Attributes
Attribute | Description |
---|---|
File |
The full file name to the source file where the break is reported. |
Line |
The line number where the error occurred. |
ErrorCode |
The identifier code for the error. |
ErrorType |
The type of error that occurred. This should be one of the following: WIN32, BOOL, HRESULT, NT_STATUS. |
ErrorText |
The description of the error for Microsoft Win32 and HRESULT errors. For Boolean and NTStatus errors, this description will be in the following format: ErrorText="Error 0xc0000005" |
UserText |
Additional text message. |
Example
<Break File="c:\tests\unittest\main.cxx" Line="194" ErrorCode="5"
ErrorType="HRESULT" ErrorText="Access is denied."
UserText="This is a break" CA="34076" LA="2153166">
<RTI ID="1207879918" />
<CTX ID="1637872268" />
</Break>
See Also
Build date: 9/14/2012