VS2012 Breakpoints are not getting hit

后端 未结 24 1712
小鲜肉
小鲜肉 2020-12-13 12:44

I have a class that looks like this:

public class MyService
{
    private MyService(){}
    public static string GetStuff()
    {
        var stuffDid = new          


        
24条回答
  •  悲&欢浪女
    2020-12-13 13:35

    1. Clean the solution and rebuild and also do the start up project.

    2. Can you please have a quick look at the BUILD > Configuration Manager, just to sure what are the configuration properties are set up. If it is development then you might have to adjust the Project Properties -> click advance setting -> change debug info to 'full' in [output tab].

    3. you can also follow step two even it is not development mode

提交回复
热议问题