Comment on page
Debugging
Learn how to debug a Wisej Mobile application.
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 Tools
Debugging iOS Xcode
Developers can attach the native application’s WKWebView instance to Safari in macOS.
Tools - Safari - Apple Developer
Apple Developer
Debugging iOS WKWebview
Developers can debug the native Android package by attaching a running instance of the application to Android Studio.

Debug your app | Android Developers
Android Developers
Debugging Android Studio
Developers can attach the native application’s WebView instance to Chrome in Windows or macOS.

Remote debugging WebViews - Chrome Developers
Chrome Developers
Debugging Android WebView
You can test and debug your Wisej application within Visual Studio using Local IIS.
Enable debugging for ASP.NET apps - Visual Studio (Windows)
docsmsft
Debugging ASP.NET applications.
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 modified 2yr ago