microsoft / microsoft/vscode-java-debug
Add the ability to disable the debugger
未关闭
还没有人认领这个 Issue。
ai-triaged
enhancement
- 主要语言
- TypeScript
- 星标
- 591
- 派生
- 429
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 19
描述
In some cases, it's useful to use a 3rd party debugger. Since the JVM does not allow multiple TI agents, we cannot simply add -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 to vmArgs.
Maybe a solution is to add an argument that, when true, does not add append -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=localhost:62188 to the command.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 vmArgs 如何转换为 Java 启动命令,以及默认 JDWP 参数在哪里追加。根据 issue 定义新参数的实际行为:应省略内置的 -agentlib:jdwp=... 选项,使第三方调试器能够提供 agent。验证未启用该选项时,生成的命令仍支持现有的调试器行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100