Thanks Ernest. That would explain things. So from a user perspective, only edit in the Java perspective, and never the Debug perspective (until the next release). Is this correct?
-Mitch -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, February 13, 2005 2:02 PM To: [email protected] Subject: Re: JESS: RE: Significant strangeness in JessDE 7.0a5 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] -------------------------------------------------------------------- -------------------------------------------------------------------- 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] --------------------------------------------------------------------
