Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
780 stars 101 forks source link

[Question] Display collections #85

Open Anakael opened 2 years ago

Anakael commented 2 years ago

Is there any plans to support collections displaying?

alpencolt commented 2 years ago

What do you mean by supporting "collection displaying"? Is it showing elements count like in Visual studio debugger or displaying all elements of collection?

Anakael commented 2 years ago

Displaying all elements. Like in "Rider".

alpencolt commented 2 years ago

Collections are displaying as regular object now and it's not correct, so keep this issue open until we'll get back to it in next releases. BTW @Anakael how do you use NetCoreDbg via editor/IDE or CLI mode?

Anakael commented 2 years ago

I use it via nvim-dap.