Skip to content

Commit 5cf77b6

Browse files
committed
Disable "User Uncaught Exceptions" UX.
1 parent fad8ae6 commit 5cf77b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debugpy/adapter/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def initialize_request(self, request):
159159
"exceptionBreakpointFilters": [
160160
{"filter": "raised", "label": "Raised Exceptions", "default": False},
161161
{"filter": "uncaught", "label": "Uncaught Exceptions", "default": True},
162-
{"filter": "userUnhandled", "label": "User Uncaught Exceptions", "default": False},
162+
#{"filter": "userUnhandled", "label": "User Uncaught Exceptions", "default": False},
163163
],
164164
}
165165

0 commit comments

Comments
 (0)