简体   繁体   中英

C# Visual Studio DataTable Debugger Visualizer with Row Numbers

The inbuilt Visual Studio DataTable Debugger Visualizer does not display the row numbers, and does not support copying to clipboard and pasting to Excel. Is there any other Visualizer available that supports these features? I need to examine the values in specific rows in a large DataTable.

Thanks.

I would recommend just writing a class that pulls the line from the data table to a temp string that you can look at in the debugger.

From there it would be really easy to just write the file as a csv that you can open in excel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM