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?
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?
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