Microsoft has recently announced "Intellitrace", a killer feature for VS2010 IMHO.
Basically it records some of the instructions the program ran (specifically function calls), and allows you to easily look through the execution log.
Is there a similar feature for open source tools? Specifically such a feature for Java with Eclipse integration would be a nice thing to have.