Getting Started with Debugly

Welcome to Debugly! This guide will walk you through the essential features of your mobile developer browser.

1. Inspecting Elements

Easily inspect and edit HTML & CSS directly from your iPhone.

  • Tap on select button and select any element to inspect it.
  • Modify styles, attributes, and see changes in real-time.

2. Viewing Console Logs

Monitor JavaScript errors, warnings, and logs just like on desktop.

  • Open the Console tab to debug scripts.
  • Filter logs by type: errors, warnings, or info.

3. Tracking Network Requests

Analyze API calls, load times, and responses effortlessly.

  • Go to the Network tab to see all HTTP requests.
  • Tap on a request to view headers, response body, and timing.

4. Managing Cookies & Storage

Get full control over session and local storage.

  • Open the Application tab to inspect cookies, cache, and storage.
  • Delete or modify stored data for testing.

Start Debugging Like a Pro!

Now that you know the basics, explore Debugly and take your web development to the next level.

🚀 Happy debugging!