fwcd / kotlin-debug-adapter

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

Simple documentation on various debug configurations #71

Closed themkat closed 1 year ago

themkat commented 1 year ago

Currently, it can be a bit daunting for new people how to make their own debug configurations. This also include people who want to use kotlin-debug-adapter to create plugins for new editors. I suggest we create a markdown document to explain some of these briefly. This PR starts the work with the configurations I know of. Hopefully this can make it easier to other people to give documentation examples themselves (less daunting to extend something than create it from scratch) 🙂

I was inspired to do this after reviewing #68.

@Mgenuit , I linked your awesome little plugin for Neovim. If you want me to remove it, please let me know 🙂 Might be useful for people to see some examples "in the wild".

Mgenuit commented 1 year ago

Love reading some of the stuff I have had to find out the hard way here.

Sure you can link my repo :+1: Both honored and mortified to have something anyone feel has some value on here :face_in_clouds:

themkat commented 1 year ago

Hope I'm not overstepping by adding comments. If so please let me know. Just wanted to let you know I like and appreciate the effort of writing some more docs.

Feel free to give any comments you might have, both now and in any future PRs 🙂 No one is perfect, so any feedback is most welcome. It also makes me super happy to know that someone cares enough about my PRs to give comments ❤️