VS2012 Breakpoints are not getting hit

后端 未结 24 1711
小鲜肉
小鲜肉 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:19

    I have the same issue. Maybe my solution will help you to solve your problem. Just in "Attach to Process" for option "Attach to" select value "Avtomatic: Native code". Best regards.

    Image

提交回复
热议问题