bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 63 forks source link

cargoRunLocal & Debug with IntelliJ #165

Open stdedos opened 7 years ago

stdedos commented 7 years ago

Would it be possible to deploy locally and connect to debugger in one action?

I have read the differences between Start/Run but no one seems to be sufficient to append as a task to Remote debugging.

Has someone done it already?

Or maybe a DaemonRun locally would help to prepare the deployable and then grab it by the Remote debugging task?