0

I have created an application in vs 2008 - Smart Device project with .NET compact framework 3.5 to run on windows CE 6.0

I run this application on a device where Windows CE 6.0 is installed.

I want to debug this application from my machine ( Windows 7 with vs 2008 installed) while it is running on Windows CE. Can anybody help me on this please?

Palak.Maheria
  • 1,497
  • 2
  • 15
  • 32
  • What have you tried? It should be as simple as 1. Connect the PC to the device (using corecon over Ethernet, preferably) 2. Press F5 to debug. – ctacke Jan 19 '15 at 15:02
  • thanks @ctacke, I am able to do it using ethernet, but I want to do it by connecting ce device via serial port – Palak.Maheria Jan 20 '15 at 09:53

1 Answers1

0

You should install Windows Mobile DeviceCenter on your PC and connect the device over USB (and maybe the cradle) to your PC. After your DeviceCenter has the connection you can start debugging, but you have to select the right target-device (default is a device-emulation).

etalon11
  • 895
  • 2
  • 13
  • 36