Remote debugging in Windows Embedded
Posted
by Ben Schoepke
on Stack Overflow
See other posts from Stack Overflow
or by Ben Schoepke
Published on 2010-04-13T21:21:11Z
Indexed on
2010/04/13
21:23 UTC
Read the original article
Hit count: 532
Hi,
I'm moving from Windows CE 6 to Windows Embedded Standard 7 for a project and am wondering how remote debugging of .Net apps works with Windows Embedded target devices. In CE with VS2008 and ActiveSync (USB), I can hit F5 and my app is automatically deployed to the target device and executed so I can step through my breakpoints just like I would if I were debugging locally.
Is there an equivalent remote debugging solution for Windows Embedded debugging? A quick glance through the Visual Studio "Remote Debugger" documentation makes the whole thing seem a lot clunkier/less integrated. Is there an easy way to debug applications on target devices running Windows Embedded like I would with CE?
Thanks, Ben
© Stack Overflow or respective owner