Отладка плагинов IntelliJ Platform
★ 7.9 · testing
debugging is a Claude Code skill that provides techniques and tools for debugging IntelliJ Platform development. It covers `idea.log` analysis in detail: log level formats (`FINE` for debug, `INFO` for info), the package abbreviation scheme used in log categories, and ready-to-use `grep` patterns to filter entries by class name. A dedicated section explains end-to-end tracing methodology — stepping through the full execution chain from a user-facing entry point (script, command, or API) to the actual executor, identifying every layer that may transform or swallow the behavior. The skill links to internal documentation on Logger FAQ, IDE freeze investigation, and Exception Analyzing FAQ. It is aimed at IntelliJ plugin and platform developers diagnosing failures, freezes, or unexpected component behavior.
- #debugging
- #logging
- #intellij-platform
- #diagnostics
- #troubleshooting