Attaching VS to a process on startup.- April 4, 2006 I have been stumped from time to time on how to attach VS debuggers to a process on process startup. I knew how to do it with Windbg, by setting ImageFileExecutionOptions for the target process. However I did not know how to do it for VS. Well, I need to fret no more. A colleague forwarded me th is blog entry by Greg, in which he has some good info on how to use ImageFileExecutionOptions to attach to a process on startup. http:blogs.msdn.comgreggmarchive20050221377663.aspxhttp://blogs.msdn.com/feroze_daud/archive/2006/04/04/Using-ImageFileExecutionOptions.aspx |