Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.06 KB

File metadata and controls

17 lines (11 loc) · 1.06 KB

B9Debug

Swift Version Swift Package Manager Build Status gitee 镜像 GitHub Source

Some simple components support debugging.

At the moment there is only one method -- ThrowExceptionToPause(), which acts as a runtime breakpoint by throwing an NSException exception. You need to enable the Objective-C exception breakpoint to activate it.

Installation

Using Swift Package Manager or import manually.

你也可以使用 gitee 镜像