felixrieseberg / electron-uwp-background

:zap: Sample explaining how to use UWP background tasks with Electron apps
MIT License
82 stars 13 forks source link

debugging the .NET console app #1

Closed itshaadi closed 5 years ago

itshaadi commented 7 years ago

I tried to execute BackgroundTaskRegisterer.exe separately. but I got this error "the process has no application identety". the app works perfectly fine after building it. but how can I execute that console app for debugging purposes?