Forum Discussion
szilardd
Dec 07, 2021Brass Contributor
MSIX - Debugging symbols for sideloaded app
When publishing an app using MSIX, it seems to exclude the *.pdb symbol file from the build output and stores it as a separate *.appxsym file. If I do a regular project build from Visual Studio in Re...
Dian Hartono
Microsoft
Jan 06, 2022Hi szilardd, if you take a look at the following document: Packaging MSIX apps - MSIX | Microsoft Docs
1. Go to the section Generate an app package upload file for Store submission
2. Go to Create your app package upload file manually, you can include the .pdb file which will help with crash analytics.
- szilarddJan 07, 2022Brass ContributorDian Hartono thanks for your reply, but isn't that description for submitting an app to the Microsoft Store? I don't want to submit my app to the store. I'm looking for a way to include the `pdb` file in the package when installing as a sideloaded app.