dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.51k stars 1.56k forks source link

unable to debug blazor client code in this project #315

Closed bebo-dot-dev closed 1 year ago

bebo-dot-dev commented 3 years ago

Hi guys,

I'm running with:

At a basic level I'm trying to get started with /00-get-started and before proceeding on, I'd like to be sure that things are configured correctly including being able to debug both blazor code and server code.

This problem I have appears to be localised to this project and I expect it is somehow configuration related. The reason I say this is that I am able to create a basic fresh new blazor application with dotnet new blazorserver and I am able to debug this simple blazor client code with my setup.

I've zipped up and attached a few config files related to this project that are probably related to getting this working, if someone has a similar setup to mine, I appreciate any help.

.vscode.zip launchSettings.json.zip

Thanks Joe

bebo-dot-dev commented 1 year ago

Closed due to lack of interest