When I debug the Blazor WASM PWA I can install and it puts the icon in my Task bar. However when I close the debugger in the background the app closes. In demos on line and even a project I pulled of off of Github that isn't what happens. Any idea why this
is occurring?
None
0 Points
7 Posts
my PWA app closes when debugger closed
Feb 10, 2021 05:45 PM|Curt Kauffmann|LINK
When I debug the Blazor WASM PWA I can install and it puts the icon in my Task bar. However when I close the debugger in the background the app closes. In demos on line and even a project I pulled of off of Github that isn't what happens. Any idea why this is occurring?
Thanks for any help you can provide.
Curt
Contributor
2611 Points
2711 Posts
Re: my PWA app closes when debugger closed
Feb 10, 2021 09:44 PM|wavemaster|LINK
I am curious too how this can be prevented from happening.
All-Star
53031 Points
23611 Posts
Re: my PWA app closes when debugger closed
Feb 10, 2021 10:01 PM|mgebhard|LINK
Use ctrl-F5 to start the application without debugging. Then you can stop IIS Express and still run the application.