Monday, March 12, 2012

VS add-in for viewing dataset info while debugging...

A month or 2 ago I was reading an article somewhere that was talking about being able to look at the contents of a dataset while debugging. They did this with some kind of addin tool that hooks into visual studio. I cant seem to find the article again. Anyone know anything about how to do this?

Thanks,
MajorCatsPersonally, I just use "Quick Watch" after setting the appropriate breakpoint. You can drill into all of the properties of the DataSet variable as needed.

Chris
Yes, that is what I do as well, but it is a hassle sometimes. What I would really like is a viewer similar to the one for xml files...where you can see at a glance what tables are in the set and what data is in the table.

Thanks,
MajorCats

0 comments:

Post a Comment