redhat-developer / redhat-developer/vscode-java
port automatically setup of "remote java debugging" from jboss tools to vscode
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 547
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
In JBoss Tools we had a few variations on using openjdk's jvm feature of being able to discover running jvms on localhost (or a remote host) and automatically setup a debug launcher.
Would be great to have similar in vscode as I honestly keep forgetting the not so tricky steps of setting up the debugger and I always forget to set the port to the right thing.
https://docs.jboss.org/tools/whatsnew/core/core-news-3.3.0.M3.html is one example from server runtimes, but we had it in the jmx epxlorer too where it would lookup locally running jvms and figure out the details. Camel tooling had some additional integration that way too. @snjeza and @robstryker did some of this so they might remember the details better than I :)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看链接的 JBoss Tools server-runtimes 示例,然后比较之前在 JMX explorer 和 Camel tooling 中使用的 JVM 发现行为。完成的标准是发现正在运行的本地或远程 JVM,并使用正确的端口自动配置 VS Code 调试启动器。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100