Blazor Webassembly client debug disabled

Can't debug client-side blazor webassembly in Visual Studio.
Even Console output is disabled.
On the server-side debug is ok.

Breakpoints is disabled:

Console messages is not outputting:

Hi, Regarding this issue, these are my findings:
I can see the Console.Writeline output.

Visual Studio Code @Latest
The breakpoints are not being reached.

Visual Studio 2019
Breakpoints works fine.

Regards

Hi, I have the same problem with VS 2019, is there any solution, please ?

Hi,
I have the same problem with Visual Studio Code. I have checked with an Angular application and I am able to debug it.
I am not able to debug Blazor/webassembly apps.