Select Code Type Dialog Box

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. 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

To open this dialog box, open the Attach to Process dialog box, and then click the Select button.

Automatically determine the type of code to debug The appropriate debugger will be selected based on the kind of code that is running.

Debug these code types: From the list provided, choose the type(s) of code you want to debug. This can be helpful when troubleshooting a failure to attach. This option restricts detection to only those types of code you want to debug.

For most scenarios, attaching multiple debuggers in the same debugging session is not supported. You may be able to do this using a second instance of Visual Studio.

See also