OmarElabd / ObjectExporter

Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
GNU General Public License v3.0
263 stars 83 forks source link

Not working for large arrays in VS 2017 #77

Open Sergey-Terekhin opened 6 years ago

Sergey-Terekhin commented 6 years ago

Hi! I try to dump some object with large byte arrays (~30k of elements) - image data When I try to select such object in object selector window, I see message box from Visual studio:

image

And after that error message and debugging stops: image

Standart VS visualizers are worked normally and I can see properties of my object