How Can I Speed Up Remote Debugging?

Full Problem Description: I’m using remote debugging, but performance seems to be slow. What can I do to improve this? 

To improve the speed of remote debugging, close any unneeded debugger windows to minimize the amount of information that must be sent across the connection. Also, minimize the use of data breakpoints.