debugging on WinCe Terminal

baffilustri

Member
Joined
Sep 22, 2008
Messages
6
Programming Experience
3-5
Hi guys,

I run and debug my program (VB 2005) on a WCE terminal and if I put a brek point in a line of code, the program don't stop...Why?

I need it's stop!!!

thanx
 
I have to say and forgive me if this seems like a bit of a simplistic answer but.....i doubt that the part of your code where you have your breakpoint is actually being executed.
 
The breakpoint is in a textbox.validating and it is the first text in my form.
when I run the program, the code after is execute but the debugger go straight!!!
 
WinCE 5.0 no emulator in 2005

I have just gotten into writing a CF app for a WinCE 5.0 device and your issue is that VS 2005 does not have an emulator where you can run and debug. In my case, when I run in the application in Debug mode, the application is deployed to the device. The only time it stops if an unhandled exception is thrown.

Using Visual Studio 2005 to debug against Windows CE 5.0 devices without using ActiveSync

VS 2003 has an emulator; but, not 2005?
 
Back
Top