I have a console application that I am trying to debug using a remote debugger.
Obviously, you need to first run the application on a remote server, and then connect to the process.
My question is: what is the preferred method to catch the code at the beginning of execution, so it will not run away by the time you manage to connect the debugger.
Does the industry have a standard way to intercept and pause execution at a specific point before the debugger is attached?
debugging visual-studio-2010
Jl.
source share