when i try to debug drl file using eclipse drools plugin, it is not coming to debug point placed in drl rule file. It is giving error "source not found". But while executing, it works fine. enter image description here
when i try to debug drl file using eclipse drools plugin, it is not coming to debug point placed in drl rule file. It is giving error "source not found".
But while executing, it works fine.
I was expecting the drools debugger to work same as any java debugger.