Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • @Asad - I don't see that option; I do see "Step over properties and operators (Managed only)" but am I correct in understanding that enabling this will just step over the properties which isn't the desired result? I am not "stepping" when the debugger evaluates the property and changes it's value. Forgive me if I misunderstood what you were trying to say.
    – dugas
    Commented Feb 22, 2010 at 3:13
  • Oh man, sorry, you need to "UnCheck" this option. Debugger will then Step Into Properties. Have modified answered.
    – Asad
    Commented Feb 22, 2010 at 3:14
  • I had that option unchecked when I posted the question. I do not want to step, I want to catch a breakpoint in the property's get accessor. Thanks for the input though.
    – dugas
    Commented Feb 22, 2010 at 3:24
  • I rolled back your edit of the title. I am not asking how to step into properties when debugging.
    – dugas
    Commented Feb 22, 2010 at 3:30