Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-bakula authored Oct 16, 2019
1 parent 7fc307a commit f6ec564
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Visual Studio List Debugger Visualizer
I allways find inspecting list in the debugger pretty tedious and difficult, so I decided to change that :)

I made a Visual Studio debugger visualizer for List<T> or more precisly if inspected object implement IList, downside is that type T must have Serializable attribute, but that is a requirement for debugger visualizer and only Microsoft can change that.
I made a Visual Studio debugger visualizer for List<T> or more precisly if inspected object implement IList.

I used Telerik RadGridView for displaying data because it's packed with nice features and I was done in no time, but downside is that visualizer dll is 4MB and sometimes can be slow to show. Another slick feature is that your visualizer will remember grid settings for every type separately, and there is a handy option to export visualized data to Excel.

Expand All @@ -14,9 +14,7 @@ Simply copy visualizer dll to your Visual Studio Visualizers folder, default fol

* VS 2019 -> c:\Users\<username>\Documents\Visual Studio 2019\Visualizers
* VS 2017 -> c:\Users\<username>\Documents\Visual Studio 2017\Visualizers
* VS 2015 -> c:\Users\<username>\Documents\Visual Studio 2015\Visualizers
* VS 2013 -> c:\Users\<username>\Documents\Visual Studio 2013\Visualizers
* VS 2012 -> c:\Users\<username>\Documents\Visual Studio 2012\Visualizers


### Usage:
Types that implement IList will get little magnifier icon in Debugger Locals / Variables Watch, like this:
Expand Down

0 comments on commit f6ec564

Please sign in to comment.