Debug Installed App Package Dialog

The Debug Installed App Package dialog can used to debug any title that is installed on the console. Use of this dialog requires Windows 8 or higher.

Debugging any installed title is useful in a number of scenarios, including the following:

Using the Debug Installed App Package dialog

  1. The Debug Installed App Package dialog can be accessed under the Debug menu in Visual Studio. The following dialog will be displayed:
    Figure 1.  The Debug Installed App Package dialog.
    1. To connect to your console, select Remote Machine from the dropdown (the dropdown will say Local Machine the first time you bring it up). When the Remote Debugger Connections dialog appears, enter the IP address of your console (not the Tools IP) in Address field, set Authentication Mode to None, and hit Select.
    Figure 2.  Entering the IP address to Remote Debugger Connections.
    1. The main dialog will now be populated with all apps and titles that are installed on your console. Select the one you’d like to launch and choose Start.
  2. Select the Do not launch, but debug my code when it starts checkbox to delay attach until your title starts. This is the option that is used to debug your protocol activation handler or to delay attach until the current user is set up properly when launching from the shell.

See also

Project Templates in Visual Studio for Xbox One Development

Debugging Xbox One Projects