湖边的白杨树

探索是一种乐趣

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

1. Select "Debug -> Windows -> Breakpoints" from VS menu. 

2. Click "New -> Break at Function...". 

3. For the get, type: ClassName.get_Counter()

    For the set, type: ClassName.set_Counter(int)

You'll get a "No Source Available" when the breakpoint is hit, but you'll get the calling location in the call stack.

 

posted on 2014-01-04 15:07  fdyang  阅读(213)  评论(0编辑  收藏  举报