Is there any debug tools for Compose? It will be great if we know what parameter is put in the slot table, and what part get recomposed when a state changes. I am wondering if what compose does with compiler plugin (positional memo) can be done with macros in Scala, the
@Compose
type definitely can be done and works extremely well with "Context Abstraction" in Dotty (Scala 3)
https://github.com/molikto/compose-dotty/blob/master/src/test/scala/SimpleCompose.scala#L33