I want to debug into code generated by Dagger in IntelliJ. The source files generated by Dagger are put into /target/generated-test-sources/test-annotations and /target/generated-sources/annotations.
I've looked at the Run/Debug Configurations dialog, and didn't see anything obvious. I've also checked the Module Settings and both of these are listed as Source Folders so IntelliJ definitely knows they're source, but for some reason won't hit on any breakpoints I put in generated code.