Skip to main content

jvm-live-debug

在无 GUI 调试器的 CLI 环境中,对运行中的 JVM 服务(Spring Boot bootRun 启动)做交互式断点调试。通过 JDWP + jdb + tmux 组合:bootRun 暴露 5005 端口,jdb 跑在持久 tmux session 里,由 send-keys/capture-pane 跨调用读写 REPL 状态。适用于:(1) 设断点观察请求现场;(2) 在断点处求值/调用方法;(3) 排查只能在运行时复现的问题。

Jump to install

Source facts

Repository
Coooolfan/UniRhy
Last source activity
July 10, 2026 at 13:30
Detected SKILL.md language
Chinese
Stars
5
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.