GithubHelp home page GithubHelp logo

antonio-bakula / listdebuggervisualizer Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 7.0 1.23 MB

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

C# 88.13% Inno Setup 11.87%
archived csharp debugger-visualizer visual-studio visual-studio-extension

listdebuggervisualizer's People

Contributors

antonio-bakula avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

listdebuggervisualizer's Issues

Visual Studio 2017 Error

Hey there,
I love this tool and use it for a couple of years now, so thanks!
I have used it successfully on VS 2013,2015, but now with 2017 I get this error.

image

Please help.

Support of IList

Hi again! :)

I'm wondering to know why you don't support base type IList instead of List with this statement:

[assembly: DebuggerVisualizer(typeof(ListDebuggerVisualizer.ListDebuggerVisualizerClient), typeof(VisualizerObjectSource), Target = typeof(List<>),
           Description = "List Debugger Visualizer")]

My problem is that I use BindingList and because the target is List instead of IList, VS don't show anything to use the extension.

It would be nice even if I know the difficulty to extract information from an IList object instead of List object. I've already done this work in the past and I can surely help you to extract this information.

Thanks

Plugin not worked

Hi,
i use VS 2019. I've installed this plugin via marketplace, but it doesn't work. This messagebox comes up:

image

Thank you!

Not found NuGet packages

Hi,

I tried to clone the project and when I'm not able to find UI.for.WinForms.* packages.

Thanks

Enhancement: Debugee side

It is annoying that all data sources have to be [Serializable].

I think I found a workaround, by overriding on the Debugee side
https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.debuggervisualizers.visualizerobjectsource.getdata?redirectedfrom=MSDN&view=visualstudiosdk-2017#remarks

so it serializes with JSON, then on the Debugger side, you can deserialize with JSON instead of BinaryFormatter by reading the Stream and not the object, i.e. GetData() instead of GetObject()

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.