Hacker News new | ask | show | jobs
by viraptor 184 days ago
> I can set breakpoints into the getter/setter

field doesn't stop this.

> I also have the benefit of seeing the field in my debugger

The debugger could still show it. The backing field is still there.

1 comments

the text says the backing variable is hidden from debugger by attribut, isn't it?
That's why I wrote could. You can also use an IL postprocessor to get rid of the attribute.