Visual studio 2010 remote debugging is very slow (across domains, over vpn)

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-05T17:22:55Z Indexed on 2010/05/05 17:28 UTC
Read the original article Hit count: 1080

Overall debugging works, but each step through code takes dosens of seconds. I've already closed all additional windows like stack trace,watches,autos; deleted all breakpoints.

server and dev machine are located in different domains, so i set up local user on both, with matching password. remote debugger is running as service.

looking at security log, I found quite a lot of entries about remote debugging account logging in (record about every minute).

Any suggestions on how i can speed up remote debugging?

dev computer: quad core, 8 Gb mem, win 7 x64 , visual studio 2010 ultimate target server: asp.net website , 2xdual core xeon, 2Gb mem, remote debugger 2010 communication channel: vpn , 5 mbit , latency about 20ms. (seems that debbugging never uses more than 20 kb/s)

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about remote-debugging