The document summarizes a study on using text search to help with software debugging. It compares searching past bug reports, searching source code directly, and searching preprocessed source code. It finds that no single technique is clearly best, but combining techniques improves results. Features like the number of bugs and files in a project, boosting important words, and combining techniques impact effectiveness. The techniques are generally better than randomly selecting files but may not find all files needing fixes.