- In the application’s main method, include the following code before any other code:
- Build the application package by using makepkg.
-
Register the application, and then install the titles’s launch chunk by using xbapp install (NDA topic) (XBOX) or wdapp install (PC):
- PC:
wdapp install /l <packagepath> - XBOX:
xbapp install /l <packagepath>
- PC:
-
Launch the application by using xbapp launch (NDA topic) (XBOX) or wdapp launch (PC):
- PC:
wdapp launch <appusermodelid> - XBOX:
xbapp launch <appusermodelid>
- PC:
- Add a breakpoint in your Visual Studio project.
- Attach the Visual Studio debugger.
-
Start the installation process by using xbapp install (NDA topic) (XBOX) or wdapp install (PC):
- PC:
wdapp install <packagepath> - XBOX:
xbapp install <packagepath>
- PC:
