FAQ
Connection
Section titled “Connection”Q: Why is my device not detected?
Section titled “Q: Why is my device not detected?”A: Check the following:
- Make sure the USB cable is connected properly
- USB debugging mode is enabled on the device
- The device has authorized USB debugging
- Try unplugging and replugging the USB cable
- Restart WebDebugX
- Install Keymob Assistant to fix iOS driver problems
For a fuller checklist, see Device not found.
Q: How do I connect a device over WiFi?
Section titled “Q: How do I connect a device over WiFi?”A: For iOS devices:
- Make sure the device and computer are on the same WiFi network
- Enable Web Inspector on the iOS device (Settings > Safari > Advanced > Web Inspector)
- Choose the WiFi connection option in WebDebugX
- Follow the on-screen prompts to complete pairing
For Android devices:
- Make sure the device and computer are on the same WiFi network
- Enable USB debugging on the device
- Run the adb command:
adb tcpip 5555 - Enter the device IP address in WebDebugX to connect
See iOS WiFi debugging for the full walkthrough.
Debugging
Section titled “Debugging”Q: Why can’t I see the page’s source code?
Section titled “Q: Why can’t I see the page’s source code?”A: Possible causes:
- The page uses HTTPS and needs an SSL certificate installed
- The page has anti-debugging protection enabled
- The device has not correctly authorized debugging
Solutions:
- Install the SSL certificate in WebDebugX
- Check the debugging permission settings on the device
- Try another debugging approach (remote debugging, for instance)
Q: How do I debug a WebView app?
Section titled “Q: How do I debug a WebView app?”A: Debugging a WebView app requires:
- WebView debugging enabled in the app
- The correct debugging protocol (Android / iOS)
- An app version that supports debugging
For the detailed steps, see:
Performance
Section titled “Performance”Q: The app runs slowly while I am debugging. What can I do?
Section titled “Q: The app runs slowly while I am debugging. What can I do?”A: Try the following:
- Turn off debugging features you are not using
- Reduce the number of breakpoints
- Use the profiling tools to find the bottleneck
- Consider using remote debugging mode
Q: How do I analyze page performance problems?
Section titled “Q: How do I analyze page performance problems?”A: Use WebDebugX’s performance analysis tooling:
- Open the performance panel
- Record performance data
- Analyze load time, resource usage and other metrics
- Optimize the code based on what the analysis shows
Q: Which browsers and devices are supported?
Section titled “Q: Which browsers and devices are supported?”A: WebDebugX supports:
- iOS Safari
- Android Chrome
- WebView apps of all kinds
- Mainstream mobile devices
Q: How do I update to the latest version?
Section titled “Q: How do I update to the latest version?”A: To update:
- Check the WebDebugX site for the latest version
- Download and install the new version
- Back up important data
- Verify things work after the update
Q: How do I get help with a problem?
Section titled “Q: How do I get help with a problem?”A: You can:
- Read the official documentation
- Visit the technical support forum
- Contact customer support
- Submit a problem report