dimsuz
12/23/2021, 11:31 AMmaster
in your IDE and then...??? How would you go about attaching debugger to a detekt which is being run on that separate project.
Or is it vice versa: you put log-statements in detekt's code, build jar and then run "detekt" task in the sample project?gammax
12/23/2021, 11:33 AMprintln
if I can and I’ll debug that way.
If I discover that the problem is inside Detekt codebase, then I’ll open the detekt project and use the debugger over there.
You can also use Gradle composite build to plug detekt inside another project.Brais Gabin
12/23/2021, 11:37 AMdimsuz
12/23/2021, 11:41 AMBrais Gabin
12/23/2021, 11:47 AMgammax
12/23/2021, 12:17 PMI wanted to help debug some issues I’ve reported, hoping I’ll find some time.That’s awesome 🙏 Thanks for doing it