Skip to content

Latest commit

History

History
40 lines (25 loc) 路 792 Bytes

File metadata and controls

40 lines (25 loc) 路 792 Bytes
title Debug iOS
editUrl https://github.com/NativeScript/plugins/tree/main/packages/debug-ios/README.md

@nativescript/debug-ios

Advanced iOS debugging made possible via DebugSwift.

npm install @nativescript/debug-ios -D

Usage

import { NativeScriptDebugIOS } from '@nativescript/debug-ios'

NativeScriptDebugIOS.show()

API

NativeScriptDebugIOS.show()

Shows the DebugSwift debugging UI.

NativeScriptDebugIOS.toggle()

Toggles the visibility of the DebugSwift debugging UI.

License

Apache License Version 2.0