Hi Yishay,
well debugging the compiler-jx code from a unit- or integrationtest shouls be
straight forward.
When using maven it should also be just setting a breakpoint and starting the
maven build using the debug icon.
When using Ant however I think you need to provide some additional arguments to
make the VM pause and wait for a connection from a debugger.
For this use the "Remote Debugging" run configuration in Intellij. When editing
the run configuration, it also displays what you have to add to the commandline.
Hope that helps,
Chris
Am 11.11.20, 12:34 schrieb "Yishay Weiss" <[email protected]>:
Can anyone share his/her experience in doing that?
Thanks,
Yishay