What is it?
Since Eyeshot 2022.2 a Debugger Visualizer will be deployed, which is a custom Visual Studio extension providing the ability to inspect Entities and other Eyeshot objects at debug-time.
Items are taken by Visual Studio from the code that is being debugged in order to show information about them in a dedicated Windows Form.
Supported items
At the moment, the supported classes are:
- Design workspace control and derived (Simulation and Manufacture)
- DesignDocument
- Entities
- IEnumerable<Entity>
- Plane
- Polygon2D and PolyRegion2D
- Vector2D and Vector3D
Supported Visual Studio versions
- Visual Studio 2022
- Visual Studio 2019
- Visual Studio 2017
- Visual Studio 2015
Comments
Visualizing IEnumerable<Entity> does not seem to work. Can you provide any info on that? Are there any prerequisites, that have to be in place?
Please sign in to leave a comment.