microsoft / microsoft/vscode-java-debug

Does vscode-java support javaFx11or openFx11?

未关闭
#507 13 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

ai-triaged javafx JPMS question
主要语言
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:
image

Copied from original issue: redhat-developer/vscode-java#737

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。