microsoft / microsoft/java-debug
Feature Request: Allow ignore exceptions from specific source
未關閉
還沒有人認領這個 Issue。
ai-triaged
backlog
enhancement
feature
- 主要語言
- Java
- 星號
- 409
- 分支
- 204
- 平均合併
- 1 天 13 小時
- 30 天內合併 PR
- 4
描述
Some projects (such as games) will use try to catch exceptions in the main loop, which will cause the program to not generate uncaught exceptions, and if it breaks when an exception is caught, this will cause the debugger to break indefinitely (because exceptions are generated all the time and cannot be masked from the specified source)
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定檔案、測試或進入點。首先,在 Java 主迴圈中重現重複捕捉例外的行為,並檢查 Java 偵錯伺服器如何透過 DAP 處理例外中斷點。完成標準是:可以忽略來自指定來源的例外,而不會導致偵錯器無限期地中斷。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- java
- 領域
- devtools
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100