mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
[Feature Request] Debugger Support - Kotlin #135
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SkyeHoefling on 3/9/2018
First off this is a really cool extension and I am now able to use VS Code to run and deploy my android apps.
We are using kotlin for our Android project and it appears there isn't debugger support for kotlin in VS Code. According to #19 this extension hooks into the JDWP which is the protocol for debugging java classes.
Feature Request
Do you plan to support kotlin debugging and what is your timeline for that if you do?