Skip to content

Commit 26edd46

Browse files
Merge pull request #13538 from gregg-miskelly/arm32-deployment
Update Arm32 debugger documentation with UWP deployment steps
2 parents 222562e + 7a000fc commit 26edd46

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/debugger/adapt-to-removal-of-windows-arm32-dotnet-debugging.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ Visual Studio 17.12 can be used from the Long-Term Servicing Channel (LTSC). For
3636

3737
## Option 3: Start without debugging
3838

39-
If you have a project that you still want to run but doesn't require debugging, use **Debug->Start without debugging** to run the project. Since the debugger isn't available, you would need to diagnose any problems by using logging.
39+
If you have a project that you still want to run but doesn't require debugging, you could launch it without debugging. Since the debugger isn't available, you would need to diagnose any problems by using logging.
40+
41+
If your project is a Universal Windows Platform (UWP) project, and the target device is running an Arm32 version of Windows, then you need to manually deploy the project to run it. To do so, build your project to an .appx file, copy the appx to your device, use the WinAppDeployCmd.exe tool to install the .appx, and then start the application from the start menu. For more information, see [Install apps with the WinAppDeployCmd.exe tool](/windows/uwp/packaging/install-universal-windows-apps-with-the-winappdeploycmd-tool).
42+
43+
For other types of projects, you can still use **Debug > Start without debugging** to run the project.
4044

4145
> [!NOTE]
42-
> This option is not recommended since .NET support for Windows on Arm32 has ended.
46+
> This option isn't recommended since .NET support for Windows on Arm32 has ended.
4347
4448

4549
## Option 4: Target Linux

0 commit comments

Comments
 (0)