fwcd / kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
MIT License
110 stars 19 forks source link

[Discussion] Instruction on developing new feature on the debug adapter #76

Open gayanper opened 1 year ago

gayanper commented 1 year ago

Could we write some guideline how to setup this project for development and how we can build and test with instructions. Just writing down the workflow the developers of this project uses daily would be fine.

I would like to add support for debugging kotlin lambdas.