Remote debugging and VS2015 debugging
During PayPal payment, the PayPal callback function always reports an error. There is no Internet IP address on the local device and there is no way to debug it locally. Remote debugging is required:
1. Find the remote debugging Folder:
Find the corresponding server model: 64-bit or 32-bit, and copy the folder to the server:
2. Run msvsmon.exe on the server.
Select the "Tools" option and change it to "AUTHENTICATE-free", which allows debugging by any user. (This poses a security risk. Therefore, you must turn it off immediately after debugging is complete)
After confirmation, the following information is displayed:
Now the server can be remotely debugged.
The server code version must be Debug and A. pdb file. The Local VS code must be consistent with the online version.
Start local debugging as follows:
VS, appended to the process:
Follow the instructions below:
After entering the Server IP address, click "refresh" to view the processes on the server.
Select the program to be debugged and click "add.
Remote debugging is very slow, and you need to be patient in one step.
Now, I wish you a successful debugging!
Reprinted please indicate the source:
Author: JesseLZJ
Source: http://jesselzj.cnblogs.com