breakpoint does not work in CF 2.0

  • Thread starter Thread starter knurgb
  • Start date Start date
K

knurgb

Hi,

The breakpoint does not work when I try debugging my applicaiton
on Windows Mobile 2005 with CF 2.0.
I can start the applicaiton with F10 and go step by step
but when I try to set breakpoint I get message:
'The breakpoint will not currently be hit. The specified module has not
been loaded.'

Please help.

Regards,
Grzegorz
 
Are you sure the configuration is set to Debug.
An other option is to richtclick on you project and click debug > start new
instance
 
because you configuration is set to release. (next to the green run icon you
see release, choose debug, and all is well)
 
Hi,

I really do not know why it sopped working.....

I created new solution and tried to debug it on
emulator and on the Pocket PC device.
On emulator I can set breakpoint and debug
but on the real device I cannot use breakpoint.
Again: I see only message where breakpoint is set:
'The breakpoint will not currently be hit. The specified module has not
been loaded.'
What is strange, I can debug only when I start debugging by pressing
F10 or F11
but I still see my breakpoints marked as '... will not currently be
hit...'.

Might is be that I should install some debug libraries on pocket pc?

Please help,
Grzegorz



news.demon.nl napisal(a):
 
Back
Top