All Projects → antonio-bakula → ListDebuggerVisualizer

antonio-bakula / ListDebuggerVisualizer

Licence: other
Visual Studio debugger visualizer for List<T> or more precisly visualizer for instances of the classes that implement IList.

Programming Languages

C#
18002 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to ListDebuggerVisualizer

ImageVisualizer
A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.
Stars: ✭ 32 (+100%)
Mutual labels:  visual-studio, debugger-visualizer
Bing-Maps-V8-TypeScript-Definitions
This project contains the TypeScript definitions for the Bing Maps V8 Web Control.
Stars: ✭ 36 (+125%)
Mutual labels:  visual-studio
Excel-Favorites
⭐ This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET a…
Stars: ✭ 37 (+131.25%)
Mutual labels:  visual-studio
android-sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 39 (+143.75%)
Mutual labels:  debugger-visualizer
VsCacheCleaner
🧹 Clear the Visual Studio solution cache, free up your disk space!
Stars: ✭ 69 (+331.25%)
Mutual labels:  visual-studio
Active-Directory-Search
👤 This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.
Stars: ✭ 19 (+18.75%)
Mutual labels:  visual-studio
ANTLR4ParseTreeVisualizer
Visual Studio debugging visualizer, and .NET visualization controls, for ANTLR4 parse trees
Stars: ✭ 59 (+268.75%)
Mutual labels:  visual-studio
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-6.25%)
Mutual labels:  visual-studio
Dapr-Microservice-Template
A Microservice Template using Dapr.io and Kubernetes
Stars: ✭ 31 (+93.75%)
Mutual labels:  visual-studio
MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (+50%)
Mutual labels:  visual-studio
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+1112.5%)
Mutual labels:  visual-studio
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (+68.75%)
Mutual labels:  visual-studio
Azure4Alexa
Create and Host Alexa Custom Skills using .NET and Azure
Stars: ✭ 48 (+200%)
Mutual labels:  visual-studio
dark-plus-material
The default Dark+ theme, using Material's color palette.
Stars: ✭ 37 (+131.25%)
Mutual labels:  visual-studio
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (+231.25%)
Mutual labels:  visual-studio
MvsSln
🧩 Customizable VisualStudio .sln parser, Complex support of the projects (.vcxproj, .csproj., …), Pluginable lightweight r/w handlers at runtime, and more …
Stars: ✭ 86 (+437.5%)
Mutual labels:  visual-studio
Unchase.Odata.Connectedservice
📜 A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Stars: ✭ 39 (+143.75%)
Mutual labels:  visual-studio
pcre-win-build
pcre Windows build with Visual Studio.
Stars: ✭ 25 (+56.25%)
Mutual labels:  visual-studio
libxml2-win-build
libxml2 Windows build with Visual Studio.
Stars: ✭ 45 (+181.25%)
Mutual labels:  visual-studio
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+368.75%)
Mutual labels:  visual-studio

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.

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.

Instalation available on Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=AntonioBakula.vs2019-list-visualizer

Binaries download:

http://www.antoniob.com/visual-studio-list-debugger-visualizer.html Or see GitHub releases for this project.

Installation:

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

  • VS 2019 -> c:\Users<username>\Documents\Visual Studio 2019\Visualizers
  • VS 2017 -> c:\Users<username>\Documents\Visual Studio 2017\Visualizers

Warning:

Visual Studio List Debugger Visualizer does NOT work for .NET Core projects, at least not yet, sorry.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].