Can't set breakpoints on an auto-property setter ? Why?

后端 未结 4 1548
情书的邮戳
情书的邮戳 2020-12-08 14:48

Apparently VS 2008 does not allow setting a breakpoint just on the setter of an auto-property.

I.e. if I define an auto-property like this:

    publ         


        
4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 15:03

    This feature is implemented in Visual Studio 2015

    http://blogs.msdn.com/b/visualstudioalm/archive/2014/11/14/set-breakpoints-on-auto-implemented-properties-with-visual-studio-2015.aspx

提交回复
热议问题