Hi,

I found many questions on this problem, but no answers. I have a problem
when I want to debug application no matter on eVC 4.0 or 3.0. It always
takes minutes (or even hours) to start. Today I left my eVC 4.0 alone after
pressing F5, after long time when I came home it actually got to first
breakpoint. The sympthoms are the same as in previous posts concerning this
problem, evc.exe runs at 100% in TaskManager. I have sp4 installed, and Iam
running winXPwith sp2. I have this problem with debuging on emulator.

Any help would be very appreciated,

Re: Slow debugee starting.. by Remco

Remco
Thu Dec 30 18:47:29 CST 2004

Hi Martin

Are you having this problem with an actual device as well or just the
emulator?

On my set up (win2K) it seems that if the network connection is down,
the emulator takes rediculously long to load.
I have never waited too long for it, because it is supposed to work
much faster and I don't have that kind of patience :)

If you are also having this problem on an actual device, perhaps see if
starting a manual server helps you.
It could be due to a network problem of sorts.

Regards,
Remco


Re: Slow debugee starting.. by Martin

Martin
Fri Dec 31 07:15:57 CST 2004


Uzytkownik "Remco" <whybcuz@yahoo.com> napisal w wiadomosci
news:1104454049.169405.77080@z14g2000cwz.googlegroups.com...
> Hi Martin
>
> Are you having this problem with an actual device as well or just the
> emulator?
>
> On my set up (win2K) it seems that if the network connection is down,
> the emulator takes rediculously long to load.
> I have never waited too long for it, because it is supposed to work
> much faster and I don't have that kind of patience :)
>
> If you are also having this problem on an actual device, perhaps see if
> starting a manual server helps you.
> It could be due to a network problem of sorts.
>
> Regards,
> Remco
>

thank you for your help, actually the solution was so simple that I dont
even believe it now. I made a simple MFC project and compared all settings
with the settings of the project I had problems debugging. It occurs that in
the second project I had on Link tab "Output file name:" set to ../myApp.exe
while all other files were stored in emulatorDbg directory. Changing ../ to
emulatorDbg/ solved my problem. Now I dont want to think about wasted day
and just wait for the new Year :)

M.