@nativescript/debug-ios

April 2, 2026 ยท View on GitHub

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

Contents

  1. 1Usage
  2. 2API
  3. 2.1NativeScriptDebugIOS.show()
  4. 2.2NativeScriptDebugIOS.toggle()
  5. 3License