The log find tools window is displayed if Show Execute Window is not selected.
These tools include buttons and a control.
Find Name—Locate function names in the log (Enter a name and select Partial Match to match a function that begins with the entered name. Match results are added to the list, and corresponding entries are highlighted in the list next to the General Diagnostics controls)
Find Break—Locate a discontinuity in the log (Functions begin by logging an In call and exit with an Out call. If an error occurs, the Out call will be missing, and execution will stop. However, execution may continue, so the end of the log does not show the function in error. Find Break analyzes the logs and identifies the In calls with missing Out calls, and the sequence of calls that led to the In call. The functions that led to the discontinuity are displayed in the list, and corresponding log entries are highlighted in the log)
Find Out—Locate the Out call that corresponds with the selected In call (Calls are matched if they share a function name, an identical call level (indentation), and if no intervening In calls are made to the same function. If the match fails, the rules are relaxed. The call level (indentation) and Out calls are matched even if they are not at the same call level. The relaxing of rules occurs if a log discontinuity exists, then the apparent level of the Out call is different to the In call)