Application Debugging
This section provides an example of debugging an application by using the kernel debugger. The example is based on the assumption that the OS image downloaded to the target device contains an application file (.exe) and its corresponding source code file (.c or .cpp).
Note Use of
try{...} catch(){...}
causes an error message to be displayed, saying that the -GX options need to be set. Starting with Windows CE .NET, C++ Exception Handling is supported.
See Also
Platform and Application Debugging | Debugging an Application by Using the Kernel Debugger
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.