views:

59

answers:

1

Hi,

Do you know if there is any add-in for Visual Studio, that shows the content of any DataTable in a nice way when I hover on the relevant variable in Debugging?

+1  A: 

I think Data Debugger Visualizer fits your needs.

It doesn't matter even if it doesn't. With Visual Studio's Debugger Visualizer feature you can easily create your own addin to handle your specific needs. You may want to start with the following article if you'd like to have a try:-)

DataTips, Visualizers and Viewers Make Debugging .NET Code a Breeze

Findekano
It looks cool! But did you posibly have a chance to test it on Visual Studio 2008 as well?
burak ozdogan
You only need to replace the assembly reference to make it work for VS2008. Read the comments of the code project article will give you a clue.
Findekano