Tagged articles
12 articles
Page 1 of 1
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Aug 8, 2025 · Mobile Development

Master iOS Symbolication: Turn Crash Logs into Readable Code

This comprehensive guide explains iOS symbolication, covering what it is, its levels, why it matters, how to parse crash logs, the required crash and dSYM files, and step‑by‑step usage of the symbolicatecrash and atos tools to translate hexadecimal addresses into human‑readable source locations.

atoscrash logsdSYM
0 likes · 17 min read
Master iOS Symbolication: Turn Crash Logs into Readable Code
Lin is Dream
Lin is Dream
Apr 28, 2025 · Fundamentals

Master HTTP/HTTPS Debugging on macOS with Charles: A Step‑by‑Step Guide

This tutorial walks you through using Charles on macOS to capture and manipulate HTTP and HTTPS traffic for both PC and mobile devices, covering proxy configuration, SSL handling, breakpoints, throttling, DNS spoofing, request rewriting, remote/local redirection, and basic stress testing.

CharlesHTTP debuggingProxy
0 likes · 8 min read
Master HTTP/HTTPS Debugging on macOS with Charles: A Step‑by‑Step Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 26, 2024 · Frontend Development

Comprehensive Guide to Installing, Configuring, and Using Whistle for Proxy, Mobile Debugging, and Request/Response Manipulation

This tutorial explains how to install and start Whistle, configure browser proxy plugins, set up HTTPS certificates, capture mobile traffic, and leverage advanced features such as Weinre console, response/request tampering, CORS handling, JavaScript injection, and domain mapping to improve development efficiency.

HTTPProxyRequest Modification
0 likes · 9 min read
Comprehensive Guide to Installing, Configuring, and Using Whistle for Proxy, Mobile Debugging, and Request/Response Manipulation
ELab Team
ELab Team
Feb 6, 2021 · Frontend Development

Master Chrome DevTools: 15 Essential Debugging Techniques for Frontend Developers

This guide walks through dozens of Chrome DevTools features—including dynamic class editing, forced pseudo‑classes, computed style inspection, color and shadow pickers, quick CSS value tweaks, animation debugging, console utilities, network throttling, XHR replay, performance profiling, source navigation, coverage analysis, rendering layers, and mobile H5 debugging—to help frontend engineers efficiently troubleshoot and optimize web applications across devices.

Chrome DevToolsconsole tricksfrontend debugging
0 likes · 19 min read
Master Chrome DevTools: 15 Essential Debugging Techniques for Frontend Developers
DeWu Technology
DeWu Technology
Nov 25, 2020 · Mobile Development

High-Availability Log Retrieval for Mobile Debugging

The session introduces a high‑availability log retrieval platform that tackles mobile debugging challenges—device fragmentation, unstable networks, and delayed logs—by automating command dispatch, client uploads, and notifications, employing a four‑role architecture with real‑time push, fallback mechanisms, and SDKs for logging and retrieval, while planning broader app support, multi‑user tasks, and richer log types.

AndroidSDKhigh availability
0 likes · 6 min read
High-Availability Log Retrieval for Mobile Debugging
Didi Tech
Didi Tech
Apr 2, 2020 · Mobile Development

DoKit 3.0 Unveiled: Mobile Debugging, Mock APIs, and Performance Health Checks

DoKit 3.0, the open‑source client development assistant from Didi, introduces a revamped architecture, extensive Android and iOS enhancements, new tools such as interface mock and health testing, a web platform for product management, and detailed integration guides for both platforms.

AndroidDoKitInterface Mock
0 likes · 14 min read
DoKit 3.0 Unveiled: Mobile Debugging, Mock APIs, and Performance Health Checks
Didi Tech
Didi Tech
Apr 23, 2019 · Mobile Development

DoraemonKit: A Comprehensive Mobile Development Debugging Toolkit

DoraemonKit is a comprehensive mobile debugging toolkit for iOS and Android, offering built‑in tools for app information, sandbox browsing, mock GPS, crash viewing, performance monitoring (FPS, CPU, memory, network), visual inspection, and easy integration via CocoaPods or Gradle, plus extensibility for custom modules.

AndroidDoraemonKitdevelopment toolkit
0 likes · 9 min read
DoraemonKit: A Comprehensive Mobile Development Debugging Toolkit
WeChatFE
WeChatFE
Apr 28, 2016 · Frontend Development

How to Use vConsole for Real-Time Mobile Web Debugging

This guide explains how to integrate the vConsole front‑end debugging panel into mobile web pages, showing how to view colored console logs, access system information, and conditionally load the tool for development environments.

JavaScriptfront-end loggingmobile debugging
0 likes · 6 min read
How to Use vConsole for Real-Time Mobile Web Debugging