microsoft / microsoft/vscode-java-debug
Contribute to debug start experience
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 591
- 分支
- 429
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 19
描述
Hi VS Code dev here 👋
Last milestone we have introduced a Start View for debugging. More about this can be found here https://github.com/microsoft/vscode/issues/84677
So when the user has no launch.json file this view should help him start debugging.
This view is currently language agnostic and not very cluttered thus we are slowly looking in opening it up to extensions. We have two options:
- Allow extensions to contribute commands / text to the current view. Those commands would be rendered as additional blue buttons or as some menu
- Allow extensions to contribute a whole view which would be below the start view. The Java extension could choose what to render in that view and it would give a bit more control to the extension. Using context keys this view would only be visible in the "start" experience
What I would be interested in is what Java would like to contribute to improve the start experience. If it is only commands, than I think it makes sense to show those commands in the start view (for example with additional blue buttons). If it is much more then it makes more sense that Java contributes the whole view.
What are the biggest pain points that Java users hit when setting up debugging?
Related python discussion: https://github.com/microsoft/vscode-python-debugger/issues/164
Let me know what you think and how you envision the Java debug start experience.
Thanks!
Current look of debug start view
fyi @testforstephen

貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先閱讀連結的 VS Code 偵錯啟動檢視 issue 以及相關的 Python 偵錯器討論;此 issue 未指定 repository 檔案、測試或進入點。找出 Java 使用者在設定和偵錯方面遇到的問題,然後判斷 extension 應該提供 commands 還是完整的 view。完成標準是就貢獻設計和範圍明確的後續工作達成共識。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- java, vscode
- 領域
- developer-experience, devtools
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 20/100