checkerframework-gradle-plugin icon indicating copy to clipboard operation
checkerframework-gradle-plugin copied to clipboard

Hard to debug the original code when using with delombok

Open iyanging opened this issue 5 months ago • 0 comments

The code generated by delombok replaces the original code during compilation, resulting in significant changes to the source location information, which makes breakpoints in the original code ineffective. Is it possible for the plugin to compile twice --- once for the delombok generated code, and once for the original code?

iyanging avatar Sep 28 '24 03:09 iyanging