microsoft / microsoft/vscode-java-debug
Does vscode-java support javaFx11or openFx11?
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 591
- 派生
- 429
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 19
描述
From @jiayaoO3O on December 7, 2018 11:23
I can use maven to run javaFx11, but every time I run the program I type in the powershell: mvn exec:java, which makes me wonder how to use the breakpoint to debug the program. If I try to click the debug button directly, vscode Will tell me: Error: JavaFX runtime components are missing, and are required to run this application, how can I do this to run and debug the javaFx11 application directly?
Here is the javafx11 plugin I added for maven's pom.xml:

Copied from original issue: redhat-developer/vscode-java#737
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 pom.xml 所示的 JavaFX 11 依赖配置开始,并将其与 VS Code 调试按钮的直接路径进行比较,该路径会报告缺少运行时组件。检查 mvn exec:java 如何启动应用程序;完成的标准是能够直接从 VS Code 启动并调试 JavaFX 11 应用程序,并使用断点。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100