I create empty blazor wasm in VS22, run with F5 and getting this:
Error translates as: Failed to start debug adapter. Additional information may be available in the output window.
Visual studio, always show this error, on each projects, default empty or other's people projects. Seems some debug tools are not installed or what? How to fix this problem, whats is may be?
I tryed delete and install VS22, install .NET SDK 6 and 7, last .NET CORE 3
Update:
I even no have readable error message log. The output in VS22 is:
"BlazorApp.Server.exe" (CoreCLR: clrhost). Loaded "C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.0\System.Collections.NonGeneric.dll". Symbol loading skipped. The module is optimized, the debugger option "Just my code" is enabled.
Microsoft.Hosting.Lifetime: Information: Now listening on: https://localhost:7215
Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:5183
Microsoft.Hosting.Lifetime: Information: Application started. Press Ctrl+C to shut down.
Microsoft.Hosting.Lifetime: Information: Hosting environment: Development
Microsoft.Hosting.Lifetime: Information: Content root path: D:\Projects\BlazorUI_Demos\AntDesign4\BlazorApp\Server
Failed to start debug adapter "pwa-chrome".
Failed to launch debug server process due to:
Program "" exited with code 4294967295 (0xffffffff).
Program "[15368] BlazorApp.Server.exe" exited with code 3221225786 (0xc000013a).
Program "[15368] BlazorApp.Server.exe: Program trace" exited with code 0 (0x0).