Thursday, December 18, 2008

F11 in Datagrid.DataBind() ??? Debugging in .NET source...

* Configure VS IDE 2008 with following settings

in debugger
-> Disable "Enable Just My Code"
-> Enable source server support

in symbols
-> add "http://referencesource.microsoft.com/symbols"
-> Give location "c:\temp\symbols" or anything you want
-> Check "Search above..."

* Load symbols from the call stack of the System.Web.AnyDll (for E.g. Data)

Run F11 on databind and you are in .NET world!

Enjoy!

No comments:

Post a Comment