locked
my PWA app closes when debugger closed RRS feed

  • Question

  • User1429161042 posted

    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

    Wednesday, February 10, 2021 5:45 PM

All replies

  • User379720387 posted

    I am curious too how this can be prevented from happening.

    Wednesday, February 10, 2021 9:44 PM
  • User475983607 posted

    Use ctrl-F5 to start the application without debugging.   Then you can stop IIS Express and still run the application.  

    Wednesday, February 10, 2021 10:01 PM