It would be nicer if TestComplete could take two screenshots when a test fails. One immediately when the error is encountered and a second after the ten second (default value) timeout for an action to fail.
Frequently we see that the clicking of a control (be it a link, a button or something else) fails, but by the time the screenshot appears in the log, the missing item is present. This makes it very difficult to debug if you're not running the test on your local machine. Running on a remote VM is always slower and shows off many more synchronization issues for us... and makes it very difficult to debug with just the log files.
The log claims a link was clicked, but all we see in the screenshot is the mouse hovering over the link. Likely it was there, but not visible onscreen so the tool thinks it succeeded, but didn't really do anything. We're still waiting for a new window to open which never will. :(
If we had two screenshots, we could see if the link as really present or not.