# Debug **Repository Path**: b9swift/Debug ## Basic Information - **Project Name**: Debug - **Description**: 为调试提供支持的简单组件 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/b9swift/Debug - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-02 - **Last Updated**: 2022-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # B9Debug [![Swift Version](https://img.shields.io/badge/Swift-5+-F05138.svg?style=flat-square)](https://swift.org) [![Swift Package Manager](https://img.shields.io/badge/spm-compatible-F05138.svg?style=flat-square)](https://swift.org/package-manager) [![Build Status](https://img.shields.io/github/workflow/status/b9swift/Debug/Swift?style=flat-square&colorA=555555&colorB=F05138)](https://github.com/b9swift/Debug/actions) [![gitee 镜像](https://img.shields.io/badge/%E9%95%9C%E5%83%8F-gitee-C61E22.svg?style=flat-square)](https://gitee.com/b9swift/Debug) [![GitHub Source](https://img.shields.io/badge/Source-GitHub-24292F.svg?style=flat-square)](https://github.com/b9swift/Debug) 为调试提供支持的简单组件。 目前只有一个方法 —— `ThrowExceptionToPause()`,通过抛出 NSException 异常起到运行时断点的作用,你需要启用 Objective-C 异常断点。 ## 集成 使用 Swift Package Manager 或手工导入。 You can also use [GitHub source](https://github.com/b9swift/Debug).