is there any way in debugging I look at my dataset tables and their members and kinda trace the dataset as well? The same with datatables... Than开发者_开发知识库ks!
You can use Immediate Window that appears at the bottom of VS. Also check this link Creating Debugger Visualizers. it will also work on VS 2008 and 2010.
精彩评论