I've followed the installation instructions, including the -clean switch for eclipse.
When I try to debug (F5) into some 3rd party code, I'm getting nothing but "Source not found" messages, like the following:
"Source not found for ReteooWorkingMemory(AbstractWorkingMemory).assertObject(Object, boolean, boolean, Rule, Activation) line: not available"
Please note that I'm trying to Debug into Drools 3, which is an open source project - So I'm not breaking any rules and I find it hard to belive that the Drools Dev guys would go into special trouble into compiling some form of reverse enginerring into their Jar.
I'm running MyEclipse 6.5, and I'm debugging a webapp on Tomcat6 (started from eclipse). Drools is coming as a .jar file on the servlet container class loader (Directory <<webAppName>>/WEB-INF/lib/drools-core.jar
Any help with this would be very much appreciated :)
Thank you,
Maxim.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've followed the installation instructions, including the -clean switch for eclipse.
When I try to debug (F5) into some 3rd party code, I'm getting nothing but "Source not found" messages, like the following:
"Source not found for ReteooWorkingMemory(AbstractWorkingMemory).assertObject(Object, boolean, boolean, Rule, Activation) line: not available"
Please note that I'm trying to Debug into Drools 3, which is an open source project - So I'm not breaking any rules and I find it hard to belive that the Drools Dev guys would go into special trouble into compiling some form of reverse enginerring into their Jar.
I'm running MyEclipse 6.5, and I'm debugging a webapp on Tomcat6 (started from eclipse). Drools is coming as a .jar file on the servlet container class loader (Directory <<webAppName>>/WEB-INF/lib/drools-core.jar
Any help with this would be very much appreciated :)
Thank you,
Maxim.