Hello
Perhaps have you some advices to give on how to speed up debugging with eclipse : when I’m debugging, stepping over a call to a Aspose method call seems to hang. In fact it becomes very very sloooowwww…
If I click “Suspend” in the Debug view, I see that execution is deep inside jar classes exploration.
Last year I remember that with older Aspose pdf jar I could just click “Suspend” and then “Resume (F8)” and it did make it to run fast again.
But now I use the last eclipse 21-12 and aspose-pdf-22.1.jar and the “Resume (F8)” does not make it fast anymore.
I searched on google for “java debugging sometimes takes long time” and “java debugging hangs when step over”, then tried the different tricks, but this did not fix the hang/slow when stepping over Aspose calls which can takes minutes.
Since some weeks it becomes very hard to debug due to this, and I must restart the whole server application just to save time to not wait minutes…
Please do you know this problem ?
Have you idea how to fix it ?
Why only for Aspose lib calls… Is it perhaps due to a protection mechanism ?
Thanks by advance if you have any advice.