debugging

Installation
SKILL.md

Debugging

Documentation

Searching idea.log

When debugging IntelliJ code, search idea.log using these patterns:

Log Levels:

  • FINE = debug level (from LOG.debug { })
  • INFO = info level (from LOG.info())

Category Format: #<abbreviated.package.path>.<ClassName>

Installs
1
GitHub Stars
20.4K
First Seen
Jul 30, 2026
debugging — jetbrains/intellij-community