kitakkun / back-in-time-plugin

Kotlin Compiler Plugin to make your program back-in-time debuggable.
Apache License 2.0
34 stars 1 forks source link

Implement Debugging Tool by Compose for Desktop #16

Open kitakkun opened 8 months ago

kitakkun commented 8 months ago

To remove Flipper dependency, we need to implement our own debugger from scratch.

We are planning to develop debugging tool by using Compose for Desktop because it's becoming popular and growing rapidly(and just because I love compose...).

Tasks

kitakkun commented 8 months ago

module structure would be...

kitakkun commented 2 months ago

Now I'm actively working on compose-based debugging tool development. However, this requires some amount of time.

The current planned implementation details: