Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Support script debugging #39

Closed
2 tasks
cbeams opened this issue May 30, 2016 · 3 comments
Closed
2 tasks

Support script debugging #39

cbeams opened this issue May 30, 2016 · 3 comments

Comments

@cbeams
Copy link
Contributor

cbeams commented May 30, 2016

In talking with @ligee, basic support for debugging should "already be there", e.g. setting breakpoints, etc. Should just be a matter of passing the correct remote debugging flags to underlying the Gradle process.

  • See what's already possible with debugging
  • Provide feedback to Kotlin team about surfacing first-class support for debugging Gradle build scripts wherever it's missing
@cbeams cbeams added this to the 1.0.0-M2 milestone May 30, 2016
@cbeams cbeams changed the title Epic Support script debugging May 30, 2016
@cbeams cbeams modified the milestones: 1.0.0 (GA), 1.0.0-M2 May 31, 2016
@cbeams
Copy link
Contributor Author

cbeams commented May 31, 2016

I've just re-associated he milestone from 1.0 M2 to GA. It was an accident that the M2 association happened in the first place. We know we want complete debugging support by 1.0 GA, but its priority is not clear enough right now to slate into a particular milestone.

@mkobit
Copy link
Contributor

mkobit commented Aug 16, 2018

This would be awesome to have - recently, IntelliJ added support to debug Groovy build scripts (see https://www.jetbrains.com/help/idea/gradle.html#debug_gradle) so I'm looking forward to kotlin-dsl support.

@eskatos
Copy link
Member

eskatos commented Aug 17, 2018

@mkobit debugging scripts currently works with the caveat that breakpoints on top-level members are ignored, see #1040 and KT-23526.

@eskatos eskatos modified the milestones: 1.1.0, 1.2.0 Dec 5, 2018
@eskatos eskatos removed this from the 1.2.0 milestone Jan 25, 2019
@eskatos eskatos closed this as completed Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants