Pls don't put it as a duplicate .. bcoz I saw all the solutions, but nothing works for my case.
I have two devMachine and serverMachine machines
at devMachine I am developing an application with Visual Studio and now I have a simple console application . I need that I need to run this Console application in serverMachine and is debugging from devMachine via Remote Debugging .
As said in a Microsoft document, I installed the Remote Debugging Tool in serverMachine and set the authentication mode to Native (without authentication) and run the console application in serverMachine.
Now I have connected the remote process in devMachine Visual Studio. Everything is working fine
But only breakpoint problem doesn't hit in Visual Studio
Note. . I placed the required .pdb file in serverMachine and set the path to the .pdb file in devMachine Visual Studio ( Tools-> Option-> Debugging-> Symbols ).

Can someone help me solve this problem?
source share