idea-debug-tools-dev-guidelines

Installation
SKILL.md

Debug Tools Development Guidelines

Project Overview

Debug Tools is a multi-module Java project with an IntelliJ IDEA plugin that provides advanced debugging capabilities including hot-deploy, hot-reload, method invocation, SQL monitoring, and remote debugging.

Key Capabilities

  • Hot Deploy: Skip build/deploy cycle - changes take effect without manual triggers
  • Hot Reload: Code changes apply instantly without restarting (supports classes, proxies, Spring, Solon, MyBatis)
  • Method Invocation: Directly invoke any Java method without API layers
  • Remote Debugging: Trigger remote methods with hot-deploy support
  • SQL Monitoring: Print SQL statements and execution time without code changes
  • HTTP URL Search: Navigate from URL to method definition
  • xxl-job Support: Execute client methods with context passing
  • Groovy Execution: Run Groovy scripts for debugging

Module Structure

Installs
3
Repository
ayuayue/skills
First Seen
Feb 11, 2026
idea-debug-tools-dev-guidelines — ayuayue/skills