This is a mirror of official site: http://jasper-net.blogspot.com/

Calling Methods From Watch Window

| Sunday, January 2, 2011
Watch windows is one of most commonly used debugging tool with Visual Studio. We generally used to explore the objects, values, properties and other nested objects as a tree structure. Most of the time we used watch window to only view the values or change the current object properties values to see the effects of changed object during debugging  but  we can call a methods from watch window as well. If you are exploring some objects inside watch window, you can simple call any of the methods for that object inside watch window.

methodcall1_thumb.png?w=587&h=206

Read more: Daily .Net Tips

Posted via email from .NET Info

0 comments: