Giter VIP home page Giter VIP logo

vaclavelias / listdebuggervisualizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antonio-bakula/listdebuggervisualizer

0.0 3.0 0.0 1.2 MB

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.

C# 100.00%

listdebuggervisualizer's Introduction

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

Binaries download:

http://www.antoniob.com/visual-studio-list-debugger-visualizer.html

Installation:

Simply copy visualizer dll to your Visual Studio Visualizers folder, default folder is:

  • 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: alt text

Click on magnifier icon and if IList members are marked as Serializable, their contents will be shown in grid, like on screenshots below.

Screenshots:

alt text alt text alt text

listdebuggervisualizer's People

Contributors

antonio-bakula avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.