I have an executable on a Windows system, e.g. test.exe and it is started by a process parent.exe. When I debug it in Visual Studio, I use "attach to process" to debug the test.exe, but by the time I attach the debugger to process, the entry point function in test.exe has already been called.
Is there a way to set a breakpoint on the entry point function in this setup?