开发者

Visual Studio - Debugging dialog

开发者 https://www.devze.com 2022-12-22 16:17 出处:网络
i get this dialog while debugging code in visual studio 2008. (your step-into request resulted in an automatic step-over)

i get this dialog while debugging code in visual studio 2008.

(your step-into request resulted in an automatic step-over)

alt text http://www.freeimagehosting.net/uploads/69a123b9e7.jpg

开发者_如何学Go

Any Ideas?


It means that the option 'Step over properties and operators' in Tools / Options / Debugging / General is active.

You get the dialog box when you press F11 to enter into the code of a property and this option is active.


The debugger is hiding (stepping over) the internal functionality of a class property (i.e. get/set). If you would like to step through the property's accessor functionality you must unched the box next to "Step over properties and operators" found in:

Tools->Options->Debugging->General

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号