Tag

Debugging tools

0 views collected around this technical thread.

Didi Tech
Didi Tech
Feb 20, 2025 · Frontend Development

Technical Debt Governance in the International Delivery Rider H5 Project (DH5)

The DH5 project tackled mounting technical debt by splitting a monolithic front‑end into three independent modules, systematically removing unused code, consolidating public methods, and enhancing debugging tools, which together reduced system complexity, improved maintainability and collaboration, and demonstrated a repeatable governance framework for future development cycles.

Debugging toolsProject Governancecode refactoring
0 likes · 11 min read
Technical Debt Governance in the International Delivery Rider H5 Project (DH5)
Sohu Tech Products
Sohu Tech Products
May 15, 2024 · Backend Development

Essential Skills for Java Programmers: Locating Performance Bottlenecks and Optimizing Interface Response Time

Java developers must master performance optimization by using tools like Skywalking and Arthas, which leverage Java agents, class-loading and bytecode manipulation (via ByteBuddy/ByteKit) to locate bottlenecks, filter data with OGNL, and fine-tune interface response times in real-time.

ArthasCode ProfilingDebugging tools
0 likes · 14 min read
Essential Skills for Java Programmers: Locating Performance Bottlenecks and Optimizing Interface Response Time
Test Development Learning Exchange
Test Development Learning Exchange
Jul 30, 2023 · Fundamentals

Unreproducible Problems in Software Testing

To address unreproducible problems in software testing, detailed documentation, repeated testing, environment replication, debugging tools, data monitoring, collaboration, and version control are essential strategies.

Debugging toolsproblem solvingsoftware testing
0 likes · 5 min read
Unreproducible Problems in Software Testing
ByteFE
ByteFE
Dec 21, 2022 · Frontend Development

Evolution and Best Practices of Remote Debugging for Mobile and Hybrid Web Applications

This article comprehensively explores the evolution, underlying principles, and practical implementations of remote debugging for mobile and hybrid web applications, comparing historical tools like Weinre with modern solutions, analyzing USB and Wi-Fi transport mechanisms for Android and iOS, and providing actionable best practices for developers.

Chrome DevTools ProtocolDebugging toolsHybrid Applications
0 likes · 14 min read
Evolution and Best Practices of Remote Debugging for Mobile and Hybrid Web Applications
Efficient Ops
Efficient Ops
Jun 28, 2016 · Operations

Master Windows Debugging: Essential Tools and Techniques for Ops Engineers

This article explains why operations teams often face mysterious system failures, introduces the core concepts of Windows debugging—including processes, threads, user and kernel modes, common performance issues, dump file types, and essential tools like WinDbg—while providing practical step‑by‑step guidance to diagnose and resolve crashes.

Debugging toolsDump filesPerformance analysis
0 likes · 18 min read
Master Windows Debugging: Essential Tools and Techniques for Ops Engineers