开发者

Enable debugging in design mode in Visual Studio

开发者 https://www.devze.com 2023-01-02 20:53 出处:网络
Is there a way to enable debugging from within the Windows Forms Designer in Visual Studio (any version, up to and inc开发者_StackOverflowluding Visual Studio 2010)?

Is there a way to enable debugging from within the Windows Forms Designer in Visual Studio (any version, up to and inc开发者_StackOverflowluding Visual Studio 2010)?

What I mean is, say I have some custom user control, and this control has certain validation that it performs when I set a particular property. I'd like to be able to set a breakpoint somewhere within that code, and step through it to see what happens when I set the property from the designer.


Yes, start another instance of Visual Studio. It is described in detail in this MSDN library article.

0

精彩评论

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