<div>Ok, I have a project working with Eclipse Galileo 3.5.1 and it works fine. I can create new drools projects and they debug fine with the DroolsTest example.  However I have a very larege existing project that does not use the src/main/java and src/main/rules src folder structure and the project runs fine, and I can &quot;Debug as Drools Application&quot; no problem, however it will never stop on any breakpoints in the rules file.  Does this have anything to do with the fact that I am not using the default src/rules direcories structure?  Or, is it dependent on loading the DRL file in a particular method.  I am loading the file usin this method:</div>

<div> </div>
<div><font size="2">
<p align="left"><font face="courier new,monospace">java.io.FileInputStream fis = </font></p></font><b><font color="#7f0055" size="2"><font color="#7f0055" size="2"><font face="courier new,monospace">new</font></font></font></b><font size="2"><font face="courier new,monospace"> java.io.FileInputStream(</font>
<p align="left"></p></font><b><font color="#7f0055" size="2"><font color="#7f0055" size="2"><font face="courier new,monospace">new</font></font></font></b><font face="courier new,monospace"><font size="2"> java.io.File(</font><i><font color="#0000c0" size="2"><font color="#0000c0" size="2">&quot;C:\\Path\\To\\Some\\Dir\\rules.drl</font></font></i></font><font size="2"><font face="courier new,monospace">));</font>
<p align="left"><font face="courier new,monospace"></font></p>
<p align="left"></p></font>
<p align="left"><font face="courier new,monospace"><font color="#3f7f5f" size="2"><font color="#3f7f5f" size="2"></font></font></font></p><font size="2"><font face="courier new,monospace">builder.add(ResourceFactory.<i>newInputStreamResource</i>(fis),</font>
<p></p>
<p><font face="courier new,monospace">ResourceType.</font></p></font><i><font color="#0000c0" size="2"><font color="#0000c0" size="2"><font face="courier new,monospace">DRL</font></font></font></i><font face="courier new,monospace" size="2">);</font><font size="2">
<p><font size="2">Should I be loading the fule file using the DroolsTest sample code method like below?</font></p><font size="2"><font size="2">
<p align="left"><font face="courier new,monospace">KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.<i>newKnowledgeBuilder</i>();</font></p>
<p align="left"><font face="courier new,monospace">kbuilder.add(ResourceFactory.<i>newClassPathResource</i>(</font></p></font><font face="courier new,monospace"><font color="#2a00ff" size="2"><font color="#2a00ff" size="2">&quot;Sample.drl&quot;</font></font><font size="2">), ResourceType.</font><i><font color="#0000c0" size="2"><font color="#0000c0" size="2">DRL</font></font></i></font></font></font><font size="2"><font face="courier new,monospace">);</font>
<p align="left">Does these even make a difference?  Or any ideas why I can&#39;t get any debug breakpoints in my rule file in my custom project to go into break-time?</p>
<p align="left"><br>Thanks,</p>
<p align="left">Chris</p></font>
<p align="left"><font size="2"></font></p>
<p align="left"><font size="2"></font></p><font size="2"></font>
<p><font size="2"></font> </p>
<p><font size="2"></font> </p>
<p><font size="2"> </font></p></div>