How to set a breakpoint on a property within a third-party managed component?

 

1. Find an usage of the property, and set a breakpoint at that place.

2. Design a scenario to hit the breakpoint.

3. Go to the disassembly mode (Ctrl + F11) when you break at that breakpoint.

4. Step into the implementation of the property.

5. Press 'F9' to set a breakpoint there.

 

Post by Jalen @ http://blog.csdn.net/wswms

你可能感兴趣的:(How to set a breakpoint on a property within a third-party managed component?)