Share via


Debugging Device-Side Plug-in Code (Windows Embedded CE 6.0)

1/6/2010

After you have created a plug-in based on the Microsoft Remote Tools Framework, and are ready to start debugging it, you can configure it to run in the Remote Tools Shell, and then start it from Microsoft Visual Studio 2005.

Debugging Device-side Plug-in Code

  1. In Visual Studio, from the Tools menu, select Attach to Process.

    The Attach to Process dialog box appears.

  2. In the Transport field, select Smart Device.

  3. In the Qualifier field, choose Browse, select the target device that you want to use to debug the device-side component of your plug-in, and then choose Connect.

  4. In the Attach to Process dialog box, from the Available Processes list, select the process associated with your plug-in, and then choose Attach.

  5. From the File menu, select Open, select File, browse to the location of the source code file that you want to debug, and then choose Open.

    You are now ready to set your breakpoints in the source code and begin debugging the device-side component of your plug-in.

See Also

Other Resources

Debugging Plug-ins Based on the Remote Tools Framework