AdamsLair / duality

a 2D Game Development Framework

Home Page:https://adamslair.github.io/duality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider building and including the DebuggerVisualizer by default

Barsonax opened this issue · comments

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

  • Better debugging