Debugging
Learn how to debug a Wisej Mobile application.
Last updated
Learn how to debug a Wisej Mobile application.
Last updated
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.
Developers can attach the native application’s WKWebView instance to Safari in macOS.
Developers can debug the native Android package by attaching a running instance of the application to Android Studio.
Developers can attach the native application’s WebView instance to Chrome in Windows or macOS.
You can test and debug your Wisej application within Visual Studio using Local IIS.
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.