I have some very big DataTables, which I need to see their content while debugging.
Is there a better way to do that other than opening the Columns’ and rows’ lists Properties in the Watch panel?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the DataTable visualizer; hold your mouse over the variable and click on the magnifying glass this will open the DataTable visualizer.
Btw, there are more VS2010 visualizers for other actions.
I really like the WPF Tree visualizer: hold your mouse on a WPF control and click the magnifying glass 😉