Comment #0 by qs.il.paperinik — 2024-07-15T13:01:27Z
There should be a way to quickly make a `mixin` expression/declaration/statement be printed when generated. Essentially, the arguments to `mixin` are passed to `pragma(msg)` before. It’s annoying to duplicate the `mixin` arguments or have them passed to `text` and stored in an `enum` just for debugging. My sense is that `mixin debug` would work as a two-keyword keyword. (Note that `debug mixin` already has a meaning for declarations and statements.)
Comment #1 by dkorpel — 2024-07-15T19:29:17Z
You can inspect the mixin output with the `-mixin=mymixins.d` switch
Comment #2 by robert.schadek — 2024-12-13T19:36:25Z