Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature Request: Allow ignore exceptions from specific source

Open
#442 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
java
Domain
devtools

Research direction

No file, test, or entry point is named. Start by reproducing the repeated caught-exception behavior in a Java main loop and review how the Java debug server handles exception breakpoints through DAP. Done means exceptions from a specified source can be ignored without causing the debugger to break indefinitely.

Written by the indexing model from the issue text.

Description

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)

Dominant language
Java
Stars
409
Forks
204
Avg merge
1d 13h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/java-debug

All issues in microsoft/java-debug

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.