标签:http os io strong for ar art amp
You can set up your application to start Visual Studio when you launch the application from Windows. Visual Studio will load your application, ready for debugging, but will not commence debugging until you issue an execution command. Having Visual Studio launch the debugger in this way is useful for debugging services and COM out-of-proc servers.
To setup an application to launch the debugger automatically
myapp.exe
.debugger
.The Edit String dialog box appears.
devenv /debugexe
.The directory containing devenv.exe must be in your system path.
Now, use any method to start your application. Visual Studio .NET will start and load the application.
Note If the application is managed, Visual Studio launches with the Debugger Type set to Auto. Before you debug, change the Debugger Type from Auto to Mixed in the Property Pages dialog box. For more information, see Specifying Debugger Settings.
Launching the Debugger Automatically,布布扣,bubuko.com
Launching the Debugger Automatically
标签:http os io strong for ar art amp
原文地址:http://www.cnblogs.com/yonglianglee/p/3912524.html