[WIP] feat(debug): build shared Java debug foundation - #323
Draft
1lck wants to merge 47 commits into
Draft
Conversation
1lck
commented
Aug 29, 2026
OwnerAuthor
本轮 Debug 变量分页已推送,提交:419c244b feat(debug): page large variable trees。 进展:
验证:Rust Core 286 项通过;macOS 696 项、80 个套件通过;DebugModuleTests 20 项通过且完成计时;共享契约、架构边界、Rust 注释规范均通过。 PR 继续保持 Draft/WIP,后续继续完善 macOS Java Debug。 |
97 tasks
1lck
commented
Aug 30, 2026
OwnerAuthor
Java Test Debug 进度同步:
本次提交: 验证:
PR 保持 Draft,功能仍在开发中。 |
1lck
commented
Aug 30, 2026
OwnerAuthor
Progress update (2026-08-30):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
状态
🚧 Draft/WIP,仍在开发,暂不合并。
关联 #317。当前以 macOS 为参考实现;Windows 产品代码保持不变,待 macOS 验证稳定后再接入共享 Rust 接口。
当前能力
本次同步
提交:
8cb16a55DebugAdapterSessionManager增加稳定的DebugSessionID和会话摘要,按会话隔离状态与事件GenericDebugFeatureModel按会话保存和恢复 Console、暂停上下文、能力、错误与启动请求已验证
./scripts/test-macos.sh --no-parallel:731 个测试、83 个 suite 全部通过verify-test-stability.sh:通过verify-service-boundaries.sh:通过git diff --check:通过尚在进行