I think Mitch Christensen wrote:
> 
> FWIW, I just restarted Eclipse and the edits I made yesterday are gone
> yet again (3rd time now).  There has to be a cached copy of that file
> somewhere in the workspace.  I'm going to try with a fresh workspace.

When you build a Jess project, Eclipse copies the .clp files into your
output directory, and its those output files that are actually
executed when you run under the debugger. When a process stops at a
breakpoint, the JessDE debugger shows you your location in those
output files, not in the source files. I see now that this is a
terrible mistake, because I suspect what's happening here is that
you're editing those output files, and the build process is copying
the source versions back over them.

The debugger source locator should instead always show locations in
source files, not in the output files. I'll be sure to change this
behavior in the next release. For now, please be careful to only edit
the files in your source directories, not the (expendable!) output
files.




---------------------------------------------------------
Ernest Friedman-Hill  
Advanced Software Research          Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
PO Box 969, MS 9012                 [EMAIL PROTECTED]
Livermore, CA 94550         http://herzberg.ca.sandia.gov

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to