1

I couldn't debug my Client-side Blazor, breakpoints would simple not get hit.

I also disabled the "use previews of .NET Core SDK" (Options->Environment->Preview Features), which I was using previously.

Visual Studio 16.6.2.

1 Answer 1

3

My .csproj had:

 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DebugType>full</DebugType> ... </PropertyGroup> 

Simply removed the line with DebugType and it's working as intended.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.