Skip to main content

jvm-live-debug

在无 GUI 调试器的 CLI 环境中,对运行中的 XAS 服务端(Solon,`./gradlew run` 启动)做交互式断点调试。通过 JDWP + jdb + tmux 组合:run 任务暴露 5005 端口,jdb 跑在持久 tmux session 里,由 send-keys/capture-pane 跨调用读写 REPL 状态。适用于:(1) 设断点观察请求现场;(2) 在断点处求值/调用方法;(3) 排查只能在运行时复现的问题(如同步流水线、小米云接口交互)。

Jump to install

Source facts

Repository
Coooolfan/XiaomiAlbumSyncer
Last source activity
July 26, 2026 at 12:04
Detected SKILL.md language
Chinese
Stars
394
Forks
29

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.