Wisej.NET Mobile
Home
Support
Documentation
Search…
Welcome
Getting Started
Features
API
Sample Projects
Features
Mobile Portal
Guides
Deployment
Debugging
Push Notifications
Responsive Design
Managed
Overview
Self-Hosted
Overview
Configuration
Publishing
Resources
Apple UI Guidelines
Google Play UI Guidelines
Google Play Publish Your App
iOS Deployment Overview
Powered By
GitBook
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 Tools
Debugging iOS Xcode
Debugging the Browser (HTML / CSS / JS)
Developers can attach the native application’s
WKWebView
instance to Safari in macOS.
Tools - Safari - Apple Developer
Apple Developer
Debugging iOS WKWebview
Android Native
Android Studio (Java)
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
Debugging the Browser (HTML / CSS / JS)
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
Debug Wisej
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.
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.
Guides - Previous
Deployment
Next - Guides
Push Notifications
Last modified
9mo ago
Export as PDF
Copy link
Outline
iOS Native
Xcode (Swift)
Debugging the Browser (HTML / CSS / JS)
Android Native
Android Studio (Java)
Debugging the Browser (HTML / CSS / JS)
Debug Wisej
Show a Console