I have two versions of a project that are intended to accomplish the same effect. One is an older implementation, while the second is an updated, modified, and (hopefully) enhanced version. The issue is that they are not giving identical outputs. Is there an option to have Eclipse print out a list of everything a program is doing such that I can compare them (with some sort of merge/diff tool) and find out where they diverge?
This is in Java, using JBuilder 2008, which is more or less identical to Eclipse.