Archives for August, 2007

DebugExe command-line switch in Visual Studio


Visual Studio (devenv.exe) has a useful command line switch - DebugExe. It allows you to load and start debugging any executable using its file name. It is most useful when debugging startup problems in windows services, when you cannot simply attach debugger to an already running service process. You can find information on how to […]