Feature Request: Allow ignore exceptions from specific source

未關閉
#442 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
30/100
Issue 類型
功能
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
java
領域
devtools

研究方向

未指定檔案、測試或進入點。首先,在 Java 主迴圈中重現重複捕捉例外的行為,並檢查 Java 偵錯伺服器如何透過 DAP 處理例外中斷點。完成標準是:可以忽略來自指定來源的例外,而不會導致偵錯器無限期地中斷。

由索引模型根據 Issue 內容生成。

描述

ai-triaged backlog enhancement feature

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)

主要語言
Java
星號
409
分支
204
平均合併
1 天 13 小時
30 天內合併 PR
4

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

microsoft/java-debug 的其他 Issue

查看 microsoft/java-debug 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。