Xcode debugger console should provide filtering capability
| Originator: | kristopherdjohnson | ||
| Number: | rdar://17796345 | Date Originated: | 24-Jul-2014 01:19 PM |
| Status: | Duplicate/6226914 | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode 5 (and Xcode 6 beta 4) |
| Classification: | Enhancement | Reproducible: | N/A |
Summary: Xcode's debugger console pane displays output from the running application. One can currently choose to display Target Output, Debugger Output, or All Output. One can also use the Find... command to search for text within the window. The amount of debug output can be large and difficult to read in real time. It would be helpful if a developer could choose to filter the output using a regular expression or simple text match. For example, the developer may only want to see log messages that contain the text "Network error" or "MyTableViewController". Rather than doing a Find and multiple Find Next commands to hop between all the occurrences, it would be nice to be able to type the desired text, and then the console would show all matching lines, both existing lines and for any newly printed lines. Steps to Reproduce: Run an application that produces a lot of debugger output Expected Results: There should be a control that allows the user to filter the output down those things the developer wants to see. Actual Results: There is no such control. Developer has to wade through everything. Version: Xcode 5 (and Xcode 6 beta 4)
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!