```> Task :redacted:kspKotlin FAILED e: [ksp] U...
# ksp
j
Copy code
> Task :redacted:kspKotlin FAILED
e: [ksp] Unknown error processing element
e: [ksp] io.micronaut.inject.processing.ProcessingException
I don't suppose there's more detail than this? Maybe a stack trace?
m
KSP1 had a line + column number but this is not released yet for KSP2
You can also set a breakpoint: https://github.com/google/ksp/issues/31
j
Yeah I found some instructions on how to attach a debugger and set a breakpoint
But having a way to print the stack trace would help a lot
m
Don't you have that in the debugger?
j
Without a debugger
ksp1 printed the stack trace for exceptions, ksp2 does not
m
Really? What if you have multiple errors in the same KSP run? It would display a stacktrace for each?
j
IIRC yes
but in this case I would just want a parameter to turn them on, not necessarily auto-print
m
This sounds super verbose and not very useful for the average user that wants to fix their code (and not fix the processor)
I'd be OK with the parameter