This message was deleted.
# plugin-development
s
This message was deleted.
s
You just debug them like you would any tests. At least that's how it works for me. E.g. - https://github.com/hibernate/hibernate-orm/tree/main/tooling/hibernate-gradle-plugin/src/test/java/org/hibernate/orm/tooling/gradle I just run those tests in the debugger as I normally do.
a
is it this line
.withDebug( true )
?
lol 🤦 maybe
@Steve Ebersole are you able to debug code that runs inside a task from your plugin test? thats what i want , but intellij doesnt attach to it. only the test functions themselves
s
Exactly
No, I can step into the plugin code, tasks, etc