Share via


Debugging Plug-ins Based on the Remote Tools Framework (Windows Embedded CE 6.0)

1/6/2010

When debugging components of plug-ins based on the Remote Tools Framework, the following documentation makes the assumption that you are using Microsoft Visual Studio 2005.

Note

When debugging the sample plug-ins included when you installed the Microsoft Remote Tools Framework, the debugging configuration for the desktop-side component is preconfigured.

If you want to debug the desktop-side and device-side components of a plug-in at the same time, start debugging the desktop-side component in one instance of Visual Studio 2005. Then open a second instance of Visual Studio 2005, and then attach the debug process to the device-side component.

For more information about how to debug the desktop-side and device-side components, see Debugging Desktop-Side Plug-in Code and Debugging Device-Side Plug-in Code.

In This Section

  • Plug-in Connection Debugging
    Provides information about how to debug common issues related to the connection between the desktop-side and device-side components of a plug-in based on the Remote Tools Framework.

See Also

Other Resources

Remote Tools Framework Plug-in Development