다음을 통해 공유


Debugger Elements (Windows CE 5.0)

Send Feedback

Debugger elements represent connectivity-associated debuggers.

The following table shows the debugger elements of the datastore schema.

Element Description
DETYPE Represents the debug engine type.
DETYPECONTAINER Represents a collection of DETYPE elements.
DEBUGGER Represents an associated debugger.
DEBUGGERCONTAINER Represents a collection of DEBUGGER elements.
SHCPUMAP Represents the symbol handler CPU map type.
SHCPUMAPCONTAINER Represents a collection of SHCPUMAP elements.
OS Represent the symbol handler OS map
OSCONTAINER Represents a collection OS elements
OSIMAGECONTAINER Represents a collection of OSIMAGE objects.
OSIMAGE Represents a collection of OSIMAGE attributes.

Member Elements

  • DETYPE
    A DETYPE element has associated attributes that represent debug engine type information used to describe Visual Studio debugger engines.

    <DETYPE ....>
       <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    
    </DETYPE>
    
  • DETYPECONTAINER
    A DETYPECONTAINER element can contain DETYPE elements.

    <DETYPECONTAINER ....>
        <DETYPE>_</DETYPE>
    
    <DETYPECONTAINER>
    
  • DEBUGGER
    A DEBUGGER element has associated attributes that represent Visual Studio debugger information such as DETYPE information, SHCPUMAP information and OS information.

    <DEBUGGER ....>
       <DETYPECONTAINER> </DETYPECONTAINER>
    <SHCPUMAPCONTAINER> </SHCPUMAPCONTAINER>
    <OSCONTAINER> </OSCONTAINER>
    <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    <DEBUGGER>
    
  • DEBUGGERCONTAINER
    A DEBUGGERCONTAINER element can contain DEBUGGER elements.

    <DEBUGGERCONTAINER ....>
        <DEBUGGER>_</DEBUGGER>
    
    <DEBUGGERCONTAINER>
    
  • SHCPUMAP
    A SHCPUMAP element contains information about the symbol handler associated with a debugger.

    <SHCPUMAP....>
         <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    </SHCPUMAP>
    
  • SHCPUMAPCONTAINER
    A SHCPUMAPCONTAINER contains a collection of SHCPUMAP elements.

    <SHCPUMAPCONTAINER....>
        <SHCPUMAP>_</SHCPUMAP>
    </SHCPUMAPCONTAINER>
    
  • OSIMAGECONTAINER
    The OSIMAGECONTAINER element stores OSIMAGE elements.

    <OSIMAGECONTAINER>
       <OSIMAGE>...</OSIMAGE>
       ...
    </OSIMAGECONTAINER>
    
  • OSImage
    An OSIMAGE element contains a PROPERTYCONTAINER element that describes the properties of the run-time image.

    <OSIMAGE>
       <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    </OSIMAGE>
    
  • OS
    An OS element contains a PROPERTYCONTAINER element and a VERSIONCONTAINER element that identify the properties of the OS.

    <OS>
        <VERSIONCONTAINER>...</VERSIONCONTAINER>
        <PROPERTYCONTAINER>...</PROPERTYCONTAINER>
    </OS>
    
  • OSCONTAINER
    An OSCONTAINER element contains a collection of OS elements.

    <OSCONTAINER>
       <OS>...</OS>
    </ OSCONTAINER >
    

See Also

Datastore Schema

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.