Skip to content

Commit

Permalink
Disable "User Uncaught Exceptions" UX.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Jun 9, 2020
1 parent fad8ae6 commit 5cf77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugpy/adapter/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def initialize_request(self, request):
"exceptionBreakpointFilters": [
{"filter": "raised", "label": "Raised Exceptions", "default": False},
{"filter": "uncaught", "label": "Uncaught Exceptions", "default": True},
{"filter": "userUnhandled", "label": "User Uncaught Exceptions", "default": False},
#{"filter": "userUnhandled", "label": "User Uncaught Exceptions", "default": False},
],
}

Expand Down

0 comments on commit 5cf77b6

Please sign in to comment.