Skip to main content
Run any Skill in Manus
with one click

jvm-live-debug

Stars3
Forks1
UpdatedJuly 10, 2026 at 13:30

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

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly