Hi,
I have a simple question, Why I can't debug the PWA application?
I did this:
- The application is in debug mode
- I marked one line with break point
- When I run the application with debug my red bullet is changed to bullet with cross (it seems to be omitted in debug, I don't know why) and the chrome browser is opened in dev tools mode but the debug not stop on the break point marked line.
Why, what I did wrong?