D
David D Webb
I am working with Visual Studio and the Pocket PC 2003 emulator and trying
to set a breakpoint in a class. But the breakpoint never stops the
execution. The build is set to debug.
I press F5 to debug - the application is built and deployed with no
problem - the app starts automatically on the emulator. I run the app but
the breakpoint never hits. If an exception occurs, the immediates window
and stack are available as they should be.
I set the breakpoint by clicking in the left margin and the red dot shows up
with the line highlighted. I can look at the properties of the breakpoint
and it looks fine - the hit count is 'break always' and the condition is
'none'. I have tried setting breakpoints all over the application in
various classes but none work. I have a message box on the line before the
breakpoint so I know the code is getting called.
Anything that would cause this? I've read through the docs and searched the
ng, but can't find anything.
-Dave
to set a breakpoint in a class. But the breakpoint never stops the
execution. The build is set to debug.
I press F5 to debug - the application is built and deployed with no
problem - the app starts automatically on the emulator. I run the app but
the breakpoint never hits. If an exception occurs, the immediates window
and stack are available as they should be.
I set the breakpoint by clicking in the left margin and the red dot shows up
with the line highlighted. I can look at the properties of the breakpoint
and it looks fine - the hit count is 'break always' and the condition is
'none'. I have tried setting breakpoints all over the application in
various classes but none work. I have a message box on the line before the
breakpoint so I know the code is getting called.
Anything that would cause this? I've read through the docs and searched the
ng, but can't find anything.
-Dave