fwcd / kotlin-debug-adapter

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

[WIP]feat: support cwd and env variable #42

Closed thunderz99 closed 3 years ago

thunderz99 commented 3 years ago

An enhance for #39

Done

Doing

thunderz99 commented 3 years ago

@fwcd The code in SunCommandLineLauncher is GPLv2 and cannot be used in this repo easily. So I will create a new KDALaunchingConnector which extends org.eclipse.jdi.internal.SocketLaunchingConnectorImpl (EPL License).

This pullreq will be closed. A new pullreq will be added later. Sorry for the inconvenience.