How to use Device Emulator to debug my WinCE application

Posted by ame on Stack Overflow See other posts from Stack Overflow or by ame
Published on 2010-05-06T10:49:47Z Indexed on 2010/05/06 14:18 UTC
Read the original article Hit count: 223

I am working with an MFC application built on a WinCE platform in Visual Studio. I need to debug this application and I cannot do it using KITL and the hardware. I tried to use Device Emulator for this:
I started a new Platform Builder Project (PDA Device, enterprise webpad). I built it after ensureing that KITL was enabled and so was kernel debugger. Once built, i set the target connectivity options as ce device, download and transport set to Device Emulator and Debugger is KdStub. Once I hit Attach to Device, the doload to target window pops up and then the RelDir window also does. However nothing happens after this and in the output window it says: PB Debugger The Kernel Debugger is waiting to connect with target. Please guide me on what I need to do to debug my application. Thankyou!

© Stack Overflow or respective owner

Related posts about device-emulation

Related posts about windows-ce