After playing around with debug visualizers, I found that there is a very simple way to provide a visualiser for many record types: Just add a special method (I called it Dump) to those records that returns a string that you can then evaluate in the debugger and display in the debug windows. There are … <a href="https://blog.dummzeuch.de/2024/03/24/simplified-debug-visualizers-for-all-my-tnullabletypes/" class="more-link">Continue reading <span class="screen-reader-text">Simplified Debug Visualizers f
Weiterlesen...