Lost
Lost

Reputation: 13645

Visual studio 2017 Breakpoint does not trigger

I am using VS2017 with .NET Core and the code that I am trying to debug is written in C# so its pretty simple set up.

Now, I have not had this issue before ever in my life. However, it sounds like today is special. I did put a break-point at one of the lines and VS executes that line but does not stop at the break point that I did put there.

I really want to be able to give more info but there is literally nothing more to the problem. Any ideas on why it could be happening?

Upvotes: 0

Views: 534

Answers (1)

Lost
Lost

Reputation: 13645

OK. It turned out that I was running visual studio in release mode instead of Debug mode. Changing the mode to debug resolved the issue

Upvotes: 3

Related Questions