Executable for Debugging Session Dialog Box

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This dialog box appears when you try to debug a DLL for which no executable is specified. Visual Studio cannot launch a DLL directly. Instead, it will launch the specified executable. You can debug the DLL when it is called by the executable.

Executable file name
Enter the path name to an executable that calls the DLL you are debugging.

URL where the project can be accessed (ATL Server only)
If you are debugging an ATL Server DLL, enter the URL where the project can be found.

Once entered, these settings are stored in the project Property Pages, so you will not need to enter them again for subsequent debugging sessions. If you need to change the settings, you can open the Property Pages and change the values. For more information on specifying a executable for the debugging session, see Debugging DLLs.

See Also

Debugging in Visual Studio