electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

How to debug UWP apps built by electron-windows-store? #80

Closed logidelic closed 7 years ago

logidelic commented 7 years ago

I'm currently playing with electron-windows-store. For some of my electron apps it works fine, but for others, the app crashes when run as a UWP, even though it works fine when executed directly.

How can one debug an app packaged using electron-windows-store ?

Thanks.