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