Debugging

Learn how to debug a Wisej Mobile application.

iOS Native

Xcode (Swift)

Developers can debug the native iOS package by attaching a running instance of the application on XCode.

A computer running macOS is required to debug the Xcode package.

Debugging the Browser (HTML / CSS / JS)

Developers can attach the native application’s WKWebView instance to Safari in macOS.

Android Native

Android Studio (Java)

Developers can debug the native Android package by attaching a running instance of the application to Android Studio.

Debugging the Browser (HTML / CSS / JS)

Developers can attach the native application’s WebView instance to Chrome in Windows or macOS.

Debug Wisej

You can test and debug your Wisej application within Visual Studio using Local IIS.

Show a Console

When debugging a Wisej application, Application.ShowConsole can be set to true to show an in-browser console.

The console shows a complete list of messages from the browser and a textbox for command execution.

Last updated