xcode_debug
Start a debugging session for an Xcode project by providing the .xcodeproj or .xcworkspace path, with optional scheme selection and build skipping.
Instructions
Start debugging session for a specific project. ⏱️ Can run indefinitely - do not timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xcodeproj | Yes | Absolute path to the .xcodeproj file (or .xcworkspace if available) - e.g., /path/to/project.xcodeproj | |
| scheme | No | Scheme name (optional) | |
| skip_building | No | Whether to skip building |