Dear all
I am trying to use IntelliJ debug code generated by janino,
according to the link:
https://calcite.apache.org/docs/howto.html#debugging-generated-classes-in-intellij
.
But I can not step into the generated source code, just like this
below.
Only could see the limited information of Baz. But can not open the
source code of Baz, and can not add breakpoint on the line of the Baz
source code.
I have also read the link:
https://janino-compiler.github.io/janino/#debugging
But I just can not step right into the generated code.
Below is my configuration:
[image: image.png]