I used to be able to debug my model builder plugin...
# community-support
s
I used to be able to debug my model builder plugin by connecting to it via
Copy code
connection.model(OrtDependencyTreeModel::class.java).setJvmArgumen
ts("-Dorg.gradle.debug=true").get()
I haven't tried this in a while, but now that I do again, it does not seem to work anymore; the Gradle daemon does not stop the process to wait for the remote debugger to attach. Has anything changed in Gradle 9.x in this regard?