mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
201 stars 21 forks source link

Support Kotlin Debugging #19

Closed fractalic closed 5 years ago

fractalic commented 6 years ago

I'm not able to set breakpoints in Kotlin files within vs code, possibly because this extension does not yet support Kotlin debugging

nishtahir commented 6 years ago

The extension currently doesn't support this. Adding debug capabilities is something I've been thinking about, but is a non-trivial feature to add. 🤔

I'm open to ideas for implementing something like this, if there's enough interest.

fwcd commented 6 years ago

@nishtahir I am currently implementing Kotlin debugging for VSCode, in case anyone is interested: https://github.com/fwcd/KotlinDebugAdapter

nishtahir commented 5 years ago

Looks like we'll leave this feature to the project above and just focus on proper syntax highlighting.