Debug in Device with visual studio-need help
Dear Expert,
I use Visual Studio 8 with Activesync 4.0, i need to debug some program
which need to connect to server in Device.
I tried to debug in Device, but it can't talk to server.I understand that we can use DMA with emulator.But in this case, i need debug in device for some other purpose.
Do Someone of you do that? what did you do?
Thank you so much for your instruction.
[394 byte] By [
JulienT] at [2008-2-7]
Julien,
You should be able to debug on both Device and Desktop at the same time while they are connected through DMA.
The only problem I am aware of is that if you take too long stepping on the device, you will loose the ActiveSync connection.
What is the exact problem you have?
Thanks!
-Luis.
Hi,
Thank for your help.
In fact, i tried to debug an application server/client using UDP.
But when i debug in device, it can't get IP in network.So i can not
send or receive any packet,although i can use IE from device using
activesync. Don't understand exactly what it happened cos in evc++
4.0, i can debug in device with activesync.
JT