1 repo
Build-time integrations that provide diagnostic insights in the IDE.
Distinguishing note: Focuses on IDE integration rather than the analysis engine.
Explore 1 awesome GitHub repository matching development tools & productivity · Debugging Plugins. Refine with filters or upvote what's useful.
LeakCanary is a diagnostic tool designed to identify memory leaks by monitoring object lifecycles and analyzing heap snapshots. It automatically detects objects that fail to be garbage collected after their expected lifespan, providing developers with actionable insights to prevent performance degradation and application crashes. The project distinguishes itself by offloading memory-intensive heap parsing to a separate background process, which minimizes performance impact on the main application during runtime. It includes sophisticated deobfuscation capabilities that map obfuscated stack tr
Translates obfuscated stack traces and provides actionable insights directly within the development environment.