xcode_debug
Initiate debugging sessions for Xcode projects by specifying the project path and optional scheme. Skip building if needed, and automate error detection through log parsing.
Instructions
Start debugging session for a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Absolute path to the .xcodeproj or .xcworkspace file | |
scheme | No | Scheme name (optional) | |
skipBuilding | No | Whether to skip building |