Hi,

I have created one application using C# for Windows mobile 6. I am not
able to debug the application. When I set a breakpoint on any line,
debugger does not stop in the breakpoint.

"The breakpoint will not currently be hit. The specified module have
not been loaded" is the message shown in the breakpoint. The
configuration is set as "Debug". This is the first time I am creating
an application for Windows Mobile 6. I have tested some application in
Windows mobile 5.0 emulator. Breakpoints are working properly. Please
shed some light on this issue.

Thanks and Regards
Srinivasan

RE: Windows mobile 6 emulator. The Breakpoint will not currently be hi by srhartone

srhartone
Wed May 16 11:41:01 CDT 2007

Ensure that the latest assembly is definitely being deployed to the emulator.
You can check this by loading the Configuration Manager and ensure the Deploy
check box is checked. Also delete the previous assembly on the device - could
be a sharing issue which is preventing the deploy from succeeding. Sometimes
this is easy to miss.

--
Simon Hart
http://srhartone.blogspot.com


"Sri" wrote:

> Hi,
>
> I have created one application using C# for Windows mobile 6. I am not
> able to debug the application. When I set a breakpoint on any line,
> debugger does not stop in the breakpoint.
>
> "The breakpoint will not currently be hit. The specified module have
> not been loaded" is the message shown in the breakpoint. The
> configuration is set as "Debug". This is the first time I am creating
> an application for Windows Mobile 6. I have tested some application in
> Windows mobile 5.0 emulator. Breakpoints are working properly. Please
> shed some light on this issue.
>
> Thanks and Regards
> Srinivasan
>
>