from VS 2013, we can debug our application remotely via VS 2013.
step 1.
Install 'remote tools for visual studio 2013 update 5' on server; and reboot, then start the tool "remote debugger"
Step 2:
on local development machine, open VS 2013, launch debug-->attach to process, then input 'remote server ip' in "Qualifier:", then click "Enter", it will display all processes from remote server.
Note: pbd file still need to be put to remote server before debugging.