I have recently converted an application from VS.NET 2003 to VS.NET 2005. In VS.NET 2005, when I set a breakpoint and try to Step Into (F11) or Step Over (F10) lines of code the response time to get to the next line is about 4-5 seconds. This occurs with even very basic lines of code (such as x += 1). Debugging the same project in VS.NET 2003 had no noticeable lag time for Stepping Into simple lines of code. The application also runs normally on the device (in VS.NET 2005 debugger) when no breakpoints are set. I am debugging on a Dell Axim X51v Windows Mobile 5 device (not emulator), using wireless connection and static IP address. Can anyone tell me what the problem may be or what I should look at in my environment to fix the issue

Debugging very slow
Manubhaskar
How is the debugging response time when debugging on an emulator Wireless connections are not fast enough and what you might be observing is mostly related to network delays. Try debuggin with device cradled over ActiveSync.
Manav
anubisascends
Can you write a simple application and try debugging on the device This would narrorw down the scenarios where it is taking most time. If the debugging is still slow, it means that something not right about your device. If it is fast than something not right about your serial communication/network connectivity.
Manav
r.matteja
MickBeth