AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 291 forks source link

Consider building and including the DebuggerVisualizer by default #803

Open Barsonax opened 4 years ago

Barsonax commented 4 years ago

Summary

DebuggerVisualizers help visualizing things like pixmaps while debugging the code. There is already a project for this called DebuggerVisualizer. Consider turning this into a nuget package that is included by default in the template.

https://docs.microsoft.com/en-us/visualstudio/debugger/walkthrough-writing-a-visualizer-in-csharp?view=vs-2019

https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-install-a-visualizer?view=vs-2019

Analysis