MessageWatcher replacement
PowerTrace is a replacement for the IDE's message watcher stack. It's always bugged me that message trapping works the exact opposite of how I think it should work: I want to catch just the messages I'm interested in, not *all* the messages and then have to sort through them. You can also invoke PowerDebug on the receipt of a specific message so you can see in context what caused it.