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
[x] implement data layer using SQLDelight.
[x] implement shared ui module which contains theme, colors, custom views, and so on.
[ ] implement feature module which provides each debugger feature.
[ ] put all together and make a standalone debugger app.
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