Tagged articles
3 articles
Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Feb 3, 2021 · Backend Development

Master Advanced IntelliJ Debugging: Conditional Breakpoints, Drop Frame, Multithread & Remote Debugging

This guide walks you through powerful IntelliJ debugging techniques—including conditional breakpoints, the Drop Frame feature, multithread breakpoint control, remote JVM debugging setup, and on‑the‑fly expression evaluation—to help you troubleshoot complex Java applications efficiently.

Conditional BreakpointDrop FrameExpression Evaluation
0 likes · 6 min read
Master Advanced IntelliJ Debugging: Conditional Breakpoints, Drop Frame, Multithread & Remote Debugging
Architect's Tech Stack
Architect's Tech Stack
Oct 3, 2020 · Fundamentals

Advanced Java Debugging Techniques: Conditional Breakpoints, Drop Frame, Multithreaded Debugging, Remote Debugging, and Expression Evaluation

This guide explains how to use conditional breakpoints, the Drop Frame feature, thread‑specific suspend policies, remote debugging configuration, and on‑the‑fly expression evaluation to improve Java debugging efficiency across complex, multithreaded applications.

Drop FrameExpression Evaluationjava
0 likes · 5 min read
Advanced Java Debugging Techniques: Conditional Breakpoints, Drop Frame, Multithreaded Debugging, Remote Debugging, and Expression Evaluation
WeChat Client Technology Team
WeChat Client Technology Team
Jan 11, 2019 · Mobile Development

Why Your Android App Stutters: Understanding and Fixing UI Lag with TraceCanary

This article explores the causes of UI stutter in Android apps, explains how frame rate and dropped frames affect perceived smoothness, and details practical profiling solutions—including TraceView, BlockCanary, ArgusAPM, and Matrix‑TraceCanary—along with implementation techniques for accurate lag detection and mitigation.

AndroidDrop FrameFrame Rate
0 likes · 17 min read
Why Your Android App Stutters: Understanding and Fixing UI Lag with TraceCanary