Add support for breakpoint groups to Xcode
| Originator: | chris.s.patterson | ||
| Number: | rdar://13640593 | Date Originated: | 12-Apr-2013 |
| Status: | Duplicates 8580128 | Resolved: | 16-Apr-2013 |
| Product: | Developer Tools | Product Version: | Xcode 4.6.x |
| Classification: | Enhancement | Reproducible: | N/A |
Summary: Xcode needs to have a way to group a set of breakpoints together so that they can be enabled and disabled as a group. The idea here is that when you're debugging something that is in a common code path, it'd be nice to only enable the break points when you're going to execute a particular code path that is going to go through the common code path with a particular use that causes a problem. For instance, network serialization code that's used by an app at startup, but has a problem when you do a particular action once the app is up and running. It'd be nice to have all the breakpoints you need to debug the issue set, but disabled, during the startup of the app. Then with a single click, re-enable that particular group of break points and then cause the problematic action to occur. To take it a step further, it would be great if there were a way to enable/disable breakpoint groups as "Pre-Action" and "Post-Action" for build schemes.
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!