views:

17

answers:

0

I have two files in the same directory in the same project, like so:

\GenManager/EJB//src/com/pci/iso/util/caiso | | -----ASRLibrary.java -----CAISOJavaHelper.java

I have placed breakpoints in both of the files. Breakpoints in CAISOJavaHelper.java get hit while the ones in ASRLibrary.java do Not. I am using MyEclipse 7.5. I've set up my debug configuration as a "MyEclipse Externally Launched Server". My host is "localhost" and I have set up the debug port properly. My application runs via a WebLogic server.

I cannot figure out why the breakpoints in ASRLibrary are not getting hit. The only thing I can think of is that ASRLibrary used to be in another project and I moved it to the one where CAISOJavaHelper is by using the Refactor->Move option.

Any ideas?