Where is the Documentation for VSCode's Debug Adapter and Protocol implementation?
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 30/100
- Issue 类型
- 文档
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- typescript, vscode
调研方向
先阅读 Debugger Extension Guide、DAP specification、VS Code API Reference 和 VS Code Mock Debug,然后检查所引用的 debugProtocol.ts 和 loggingDebugSession.ts 文件。将其中的描述与 breakpointLocations 的 release notes 以及所引用的 issue 讨论进行比较。完成的标准是添加官方背景,说明各项 capability 的用途、面向用户的行为,以及 LoggingDebugSession 的选项和机制。
由索引模型根据 Issue 内容生成。
描述
I’ve been trying to work my way through Debugger Extension documentation to improve an existing debugger extension. My resources so far have been:
- Debugger Extension Guide
- Debug Adapter Protocol Overview
- Debug Adapter Protocol Specification
- VS Code API Reference
- VS Code Mock Debug
I would love to add "Documentation for VS Code's DAP Implementation" to that list, but I have unfortunately not been able to find it. The best I've found is using JSDoc-driven IntelliSense on this package, but that has been less helpful than expected.
When attempting to determine how to map DAP Capabilities to the debugger I'm integrating, it helps to have a good understanding of how VS Code is going to use a feature.
One good example would be the supportsBreakpointLocationRequest capability. Here is its JSDoc comment in its entirety:
The debug adapter supports the
breakpointLocationsrequest.
Okay... that sounds like a DAP reference. Let's look at what the specification has to say about BreakpointLocations Requests:
The
breakpointLocationsrequest returns all possible locations for source breakpoints in a given range.
At this point I'm still confused. Looking at the members of the related BreakpointLocationsArguments type provides a bit of insight, but it doesn't definitively help me understand what the purpose of this capability is...
A web search for related keywords finally turns up something helpful:
Finding possible breakpoints in a source range
The new
breakpointLocationsrequest can be used by a DAP client to find all possible breakpoint locations in a given source range. This can be used in the UI in order to improve the discoverability of "inline" ("column") breakpoints.
Ahh! This is how we enable column breakpoints! Got it! That helpful context was provided in VS Code release notes from September 2019...
Would it be possible to add this to some official documentation, whether that be in the DAP Specification or VS Code's specific implementation, or both?
Other examples that I've contended (or am still contending) with:
- The
supportsSetExpressioncapability. I found the necessary context in a previous GitHub Issue. - The
LoggingDebugSessionclass. This is the base class for the VS Code Mock Debug project'sMockDebugSessionclass. That project appears to be how Debug Extension architecture is currently communicated. There is no discussion about what options exist for base classes here and no documentation about whatLoggingDebugSessionprovides beyond its base class (yes logging, but via what mechanism exactly?). The only way to know is to look to the source code and learn it.
In general, I think the documentation for the DAP and VS Code's specific implementation thereof could be greatly enhanced by providing deeper context for features. As someone newly interfacing with the API and familiar with my own debugger's capabilities, it would make my life much easier to understand what end-user experience is enabled by a feature/capability; to understand the "why" behind an API, rather than just the "what".
- 主要语言
- HTML
- 星标
- 1.8k
- 派生
- 173
- 平均合并
- 7 天 7 小时
- 30 天内合并 PR
- 2
环境准备
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
microsoft/debug-adapter-protocol 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 5/5 一周以上 新手友好度 35/100
microsoft/debug-adapter-protocol#633 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 42/100
-
难度 5/5 一周以上 新手友好度 35/100
microsoft/debug-adapter-protocol#599 · 8 个 reaction ·
-
under-discussion
难度 2/5 1-3 小时 新手友好度 48/100
microsoft/debug-adapter-protocol#596 · 9 条评论 ·
查看 microsoft/debug-adapter-protocol 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 78/100
siderolabs/terraform-provider-talos#414 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 82/100
openvinotoolkit/openvino_notebooks#3665 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 70/100
JuliaComputing/jh#63 · 1 条评论 ·
-
namespace operations
难度 1/5 1 小时以内 新手友好度 78/100
EclipseFdn/open-vsx.org#13488 ·
维护者通常 2 天内回复
-
难度 2/5 1-3 小时 新手友好度 82/100
joestump/claude-plugin-sdd#263 ·
维护者通常 1 天内回复