Post-Mortem Debugging (Windows Embedded CE 6.0)

1/5/2010

Windows Embedded CE Error Reporting is a set of technologies that captures key information about the state of the machine at the time of a program crash and allows users to report the collected information. Post-mortem debugging makes it possible for you to analyze and debug the dump files captured by Windows Embedded CE Error Reporting. Using Windows Embedded CE Error Reporting, you can have a significant impact on the problems users actually experience.

By convention, dump files are uploaded to the Microsoft Watson web site, but you can also choose to keep a file locally. In addition, you can use the Error Reporting functionality to trigger a dump file at a when a particular event occurs.

The data from crash dump files and other error reports not only allows you to debug particular issues, but also helps you to spot trends. Historically, most failures are caused by very few code defects; fewer than 1% of the defects collected in crash dumps account for more than half of the total failures.

In This Section

  • **
  • **
  • Error Reporting
    Provides overview descriptions of the Error Reporting system, instructions for implementation, and reference information
  • Tools for Debugging
    Provides descriptions of debugging tools in Windows Embedded CE, links to specific instructions about using the tools, and reference information

See Also

Other Resources

Kernel Debugger