This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Kirill Osenkov
kirillosenkov.com
did:plc:2pzomphihuifolrf2w2ow67y
Did you know that you can define a DebuggerDisplayAttribute for a type from another assembly? Just add an assembly-level attribute to your code and specify the Target type:
[assembly: DebuggerDisplay(@"\{Color = {Color}}", Target = typeof(Pen))]
2024-12-11T07:30:01.052Z