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
264 stars 82 forks source link

Add depth solver to see object depths #17

Closed OmarElabd closed 9 years ago

OmarElabd commented 9 years ago

It would be nice to have a preview of the object depths to better select an appropriate Maximum Object Depth.

OmarElabd commented 9 years ago

Added object depth solver with initial timeout of 20 seconds (async calculation) and cutoff of 25 depth. These settings are configuration through Tools -> Options -> Object Exporter